Skip to content

REST API's with Spring Boot, Spring Data JPA, Hibernate, MySQL for E-commerce website

Notifications You must be signed in to change notification settings

marcelmroz/e-commerce-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backend for e-commerce site

REST API's with Spring Boot, Spring Data JPA, Hibernate, MySQL for E-commerce

Working:

  • POST /api/products
  • POST /api/customers
  • POST /api/carts
  • POST /api/customers/login
  • GET /api/products/id
  • GET /api/customers/id
  • GET /api/carts/id
  • GET /api/products
  • GET /api/customers
  • GET /api/carts
  • PUT /api/products/id
  • PUT /api/customer/id
  • PUT /api/carts/id
  • DELETE /api/products/id
  • DELETE /api/customers/id
  • DELETE /api/carts/id

About

REST API's with Spring Boot, Spring Data JPA, Hibernate, MySQL for E-commerce website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages