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

https://github.com/romijulianto/nestjs-simple-sales-mysql-jwt-swagger

Project Simple Sales Using NestJS with MySQL, JWT and Swagger
https://github.com/romijulianto/nestjs-simple-sales-mysql-jwt-swagger

Last synced: 2 months ago
JSON representation

Project Simple Sales Using NestJS with MySQL, JWT and Swagger

Awesome Lists containing this project

README

        

_Documentation by Romi Julianto_

## Installation

```bash
- npm i -g @nestjs/cli
- nest new backend
- npm i @nestjs/typeorm typeorm mysql2 @nestjs/config
- nest g res user
```