Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 765 Bytes

File metadata and controls

35 lines (20 loc) · 765 Bytes

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