A progressive Node.js framework for building efficient and scalable server-side applications.
A simple social-media like api, that was created with the goal to learn how can a social media be created.
The documentation of the routes is in http://3.15.214.215:3000/api
$ 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
Nest is MIT licensed.