https://github.com/nbaua/nestrestapi
NestJS REST API Application, uses TypeORM (MySQL) backend
https://github.com/nbaua/nestrestapi
mysql nest nestjs nestjs-backend restful-api typeorm typescript
Last synced: 3 months ago
JSON representation
NestJS REST API Application, uses TypeORM (MySQL) backend
- Host: GitHub
- URL: https://github.com/nbaua/nestrestapi
- Owner: nbaua
- Created: 2020-07-13T08:53:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:19:24.000Z (over 2 years ago)
- Last Synced: 2025-03-04T14:49:29.293Z (7 months ago)
- Topics: mysql, nest, nestjs, nestjs-backend, restful-api, typeorm, typescript
- Language: TypeScript
- Homepage: https://github.com/nbaua/NestRestApi
- Size: 2.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript sample REST API Project.
> ### TypeScript(Node) + NestJS + 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).