Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 728 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 728 Bytes

IERG4350_backend

IERG4350-project (backend)

Database

cd db/
docker-compose up -d

Endpoint

  • POST /categories

  • GET /categories

  • DELETE /categories/:id

  • PUT /categories/:id

  • GET /categories/:id/products

  • POST /products

  • GET /products

  • DELETE /products/:id

  • PUT /products/:id

  • POST /user

  • GET /user/auth

TODO list

  • Product Schema: + cat_id => route
  • Category: search product by cat
  • OAuth 2.0
  • Stripe
  • SendGrid

Stripe

Production

  • HTTPS
  • Register webhook