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

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

Awesome Lists containing this project

README

          


Nest Logo

## 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).