This application was built with Nest framework and has the purpose of putting my TS/JS skills. I built this reading the Nest docs, watching a NestJS crash course and a Building a Custom URL Shortener Service video from Traversy Media.
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
Tests are pending implementation.
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Murilo Andrade
- Twitter - @andrademuriilo
Nest is MIT licensed.