A progressive Node.js framework for building efficient and scalable server-side applications.
This little project was built using Nest framework TypeScript starter repository.
It is a demo of a REST API for doing CRUD operations on a list of Products.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
To test the application:
- go to Author - http://localhost:3000/api
- In there, you can use the swagger to test the endpoints for ADD , EDIT, DELETE, or GET products