NilRyan / nestjs-fish-cat

GraphQL API for FishCat Dating App built with TypeScript and NestJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

A GraphQL Monolithic API for FishCat Dating App - Built with NestJS, TypeScript, PostgreSQL

Features

  • Login / Registration
  • Matching
  • Real Time Chat

Installation

$ npm install

Running the app

# development
$ docker-compose up
$ npm run start

# watch mode
$ docker-compose up
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

GraphQL API for FishCat Dating App built with TypeScript and NestJS


Languages

Language:TypeScript 97.7%Language:JavaScript 1.6%Language:Shell 0.7%Language:Procfile 0.1%