Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nbaua/nestjsgraphqlapi
- Owner: nbaua
- Created: 2020-07-14T13:35:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T14:30:00.000Z (over 4 years ago)
- Last Synced: 2024-11-14T21:30:11.397Z (2 months ago)
- Topics: api, api-server, backend, graphql, nestjs, nodejs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.MD
Awesome Lists containing this project
README
## 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)