This is a simple Todo List API built in Nest JS and Typescript. This project is currently being used for Javascript/Typescript full-stack candidates.
$ 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
Check integration tests at: (https://github.com/crunchloop/interview-tests)
- Martín Fernández ([email protected])
We strongly believe in giving back 🚀. Let's work together Get in touch
.