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
- Host: GitHub
- URL: https://github.com/romijulianto/nestjs-simple-sales-mysql-jwt-swagger
- Owner: romijulianto
- Created: 2022-10-02T22:15:27.000Z (over 2 years ago)
- Default Branch: backend
- Last Pushed: 2022-10-02T23:14:45.000Z (over 2 years ago)
- Last Synced: 2025-01-19T08:15:15.212Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```