A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install
[Docker]
===================================
# 1
docker system prune -a
# 2
$ docker network create teste_onfly
# 3
$ docker-compose up --build
# 4
docker exec -it onfly_teste sh
# 5
npx typeorm-ts-node-commonjs migration:run -d src/infrastructure/config/typeorm/typeorm.config.ts
===================================
# to run tests usecases
$ npm run test
[PLEASE RUN IN DOCKER]
======================
# first
$ docker exec -it onfly_teste sh
# to run full tests
$ npm run test:e2e
# to run full tests coverage
$ npm run test:e2e:cov
========================
# test coverage
$ npm run test:cov
# url
http://localhost:3000/api#
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 - Jose Vitor
Nest is MIT licensed.