Some studies about Nest JS
- Typescript
- NestJS
- GraphQL
- Postgres
- Docker
- TypeORM
$ docker-compose up -d
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
- Put Nest on Docker
- Add GraphQL
- Add Tests
- Add RabbitMQ
- Add endpoints
- Add CI/CD
- Add authentication
- Add Redis
- Add Logs