This is a REST API for a Dev Docket application. Application allows developers to manage their projects and tasks.
Here you can see online api with docs: https://dev-docket.onrender.com/api
https://dev-docket.gitbook.io/product-docs/
Here you will find the documentation of the project. It is currently under construction. There you will find tools, libraries, models and analyses. This will tell you what I used in my project and why I chose it.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov