Skip to content

A back-end that stores all the data for my chip chip project, using Spring framework

Notifications You must be signed in to change notification settings

idan-dover/Coupon-System-Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coupon-System-Spring

An api for my coupon website "chip-chip"

to see the website simply go to ▶ https://chip-chip.netlify.app/

to see the api you can enter to this url after you start the application from the localhost branchhttp://localhost:8080/swagger-ui/index.html#/

to see the chip-chip frontend repo you can go to ▶ https://github.com/IdanDover/chip-chip-javascript

Authorization

You can enter 2 types of users: COMPANY or CUSTOMER

all the passwords are "1234".

COMPANY

emails:

  1. [email protected]
  2. [email protected]
  3. [email protected]
  4. [email protected]
  5. [email protected]
  6. [email protected]
  7. [email protected]
  8. [email protected]
  9. [email protected]

CUSTOMER

emails:

  1. [email protected]
  2. [email protected]
  3. [email protected]

Dependencies

  1. spring boot data jpa
  2. spring boot starter web
  3. mysql connector j
  4. lombok
  5. spring boot starter test
  6. springdoc openapi starter webmvc ui
  7. springdoc openapi webmvc core
  8. spring boot starter actuator

About

A back-end that stores all the data for my chip chip project, using Spring framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages