Nestjs template with TypeScript, TypeORM, GraphQL, Apollo and many more
WIP Nestjs template with Typescript, TypeORM, GraphQL, Apollo and OpenAPI Swagger.
/api
/graphql
yarn migration:generate — -n NameOfMigration
yarn migration:run
yarn migration:revert
yarn migration:push // TODO - env config for what env push is going to
$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov