Skip to content

Shop API is a RESTful web services using Spring MVC. Shop API performs all the CRUD operations. User can create a product, read a single product, update a product and delete a product.

Notifications You must be signed in to change notification settings

romie1/Shop_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop_API

Shop API is a RESTful web services using Spring MVC. Shop API performs all the CRUD operations. User can create a product, read a single product, update a product and delete a product.

Technologies used

  • Spring 5.2.5
  • Maven 3
  • Hibernate 5
  • Jackson 2
  • Tomcat 8.5
  • MySQL

5 End Points

  • GET /api/products
  • GET /api/products/{productid}
  • POST /api/products
  • PUT /api/products/{productid}
  • DELETE /api/products/{productid}

About

Shop API is a RESTful web services using Spring MVC. Shop API performs all the CRUD operations. User can create a product, read a single product, update a product and delete a product.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages