Skip to content

The API development of this project is aimed at a small hamburger restaurant, which needs an ordering system with the use of a tablet, to prepare the order in an orderly and efficient way.

Notifications You must be signed in to change notification settings

elizabethriver/LIM013-fe-burger-queen-api

 
 

Repository files navigation

Burger Queen - API with Node.js & Mysql & Insomnia

Container

1. Project summary

The API development of this project is aimed at a small hamburger restaurant, which needs an ordering system with the use of a tablet, to prepare the order in an orderly and efficient way.

2. Endpoints made

2.1 /

  • GET / Imagen1

2.2 /auth

  • POST /auth Imagen2

2.3 /users

  • GET /users Imagen4
  • GET /users/:uid Imagen6
  • POST /users Imagen3
  • PUT /users/:uid Imagen7
  • DELETE /users/:uid Imagen5

2.4 /products

  • GET /products Imagen12
  • GET /products/:productid Imagen11
  • POST /products Imagen8
  • PUT /products/:productid Imagen9
  • DELETE /products/:productid Imagen10

2.5 /orders

  • GET /orders Imagen17
  • GET /orders/:orderId Imagen16
  • POST /orders Imagen13
  • PUT /orders/:orderId Imagen14
  • DELETE /orders/:orderId Imagen15

3. CLI

The client can run the API with ** npm start **, receiving information about the port on which it listens.

About

The API development of this project is aimed at a small hamburger restaurant, which needs an ordering system with the use of a tablet, to prepare the order in an orderly and efficient way.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%