A GraphQL Monolithic API for FishCat Dating App - Built with NestJS, TypeScript, PostgreSQL
- Login / Registration
- Matching
- Real Time Chat
$ npm install
# development
$ docker-compose up
$ npm run start
# watch mode
$ docker-compose up
$ 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