Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 258 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 258 Bytes

Rocketseat - Curso de NodeJS

Required

  • Node + NPM
  • MongoDB

Start

  • npm install
  • npm run dev

Routes

  • BaseURL: http://localhost:3000/api/
  • GET: /products?page=1
  • GET: /products/id
  • POST:/products
  • PUT: /products/id
  • DELETE: /products/id