Backend de um sistema de listas feito em NestJS, para estudo. Com suporte a Docker.
Docker is now supported! To use it you need to manually build the image, first clone this repo, access the cloned folder, after that run:
docker build -t claulist .
And it's done! The image is built in your local docker repo. You can run using:
docker run -d --name teste claulist
$ 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 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.
Nest is MIT licensed.