Skip to content

This project was to study nestjs and some extra technologies

Notifications You must be signed in to change notification settings

caioorg/nestjs-graphql-typeorm

Repository files navigation

NestJs / GraphQL / TypeORM / Postgress

Description

This project was to study nestjs and some extra technologies

Installation

$ yarn install

Running Database

docker-compose up -d

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

API Documentation

API documentation has been released through Postman link