Skip to content

silbioa480/FeelPot-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feel Pot Shopping Web

This Repository is Backend repository of Feel Pot.

Frontend: https://github.com/silbioa480/FeelPot-Frontend

heroku: https://feel-pot-backend.herokuapp.com/

  • /api
    • /members

      • get - / : get all members
      • post - / : create new member
      • get - /{id} : find member by id
      • put - /{id} : update member by id
      • delete - /{id} : delete member by id
    • /products

      • get - / : get all products
      • post - / : create new products
      • post - /all : create all products
      • get - /{id} : find product by id
      • put - /{id} : update product by id
      • delete - /{id} : delete product by id

using Spring Boot & MySQL & Heroku

Releases

No releases published

Packages

No packages published