This project was created to demonstrate a back-end part application build with NestJS including CRUD operations, auth with using JWT, routing and etc.
For more information about endpoints, see this repository.
$ npm i
Copy the example env file and make the required configuration changes in the .env file
$ cp .env.example .env
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod