Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nbaua/nestjsgraphqlapi

NestJS GraphQL API Project, Uses TypeScript best practises.
https://github.com/nbaua/nestjsgraphqlapi

api api-server backend graphql nestjs nodejs typeorm typescript

Last synced: 2 days ago
JSON representation

NestJS GraphQL API Project, Uses TypeScript best practises.

Awesome Lists containing this project

README

        


Nest Logo

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript sample GraphQL API Project.

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

__The Angular FrontEnd used in the [AngraTS](https://github.com/nbaua/Angra-AngularGraphQL) 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](LICENSE).

## Quick Tutorial
[Quick Tutorial](./src/tutorial/tutorial.MD)