/NestJSGraphQLApi

NestJS GraphQL API Project, Uses TypeScript best practises.

Primary LanguageTypeScript

Nest Logo

Description

Nest framework TypeScript sample GraphQL API Project.

TypeScript(Node) + NestJS + GraphQL + TypeORM + MySQL

The Angular FrontEnd used in the AngraTS repository can be used with minimal change as frontend for this project.

Installation

npm install

Running the app

development

npm run start

watch mode

npm run start:dev

production mode

npm run start:prod

License

Nest is MIT licensed.

Quick Tutorial

Quick Tutorial