Skip to content

raoni111/crud-products

Repository files navigation

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

</>Routes

GET, POST

  • http://localhost:3000/product

PUT, DELETE

  • http://localhost:3000/product/:id

GET BY CATEGORY

  • http://localhost:3000/product/by/category/:category

GET BY ID

  • http://localhost:3000/product/by/id/:id

POST object

{
  "name": "string",
  "category": "string",
  "amount": "number"
}

libraries and languages ​​used

My Skills

About

Product CRUD built in NESTJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published