Studies of Nest

Description

Some studies about Nest JS

Tecnologies/Stack

  • Typescript
  • NestJS
  • GraphQL
  • Postgres
  • Docker
  • TypeORM

Running the app

$ docker-compose up -d

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Todo

  • Put Nest on Docker
  • Add GraphQL
  • Add Tests
  • Add RabbitMQ
  • Add endpoints
  • Add CI/CD
  • Add authentication
  • Add Redis
  • Add Logs