Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tata-v/nestjs-boilerplate
https://github.com/tata-v/nestjs-boilerplate
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tata-v/nestjs-boilerplate
- Owner: TATA-V
- Created: 2024-04-29T11:15:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T06:13:39.000Z (4 months ago)
- Last Synced: 2024-07-20T07:27:32.595Z (4 months ago)
- Language: TypeScript
- Size: 2.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NestJs boilerplate
@nestjs/typeorm typeorm
class-validator class-transformer
postgresql
docker
@nestjs/config dotenv
@nestjs/jwt
-----
nest g resource
db:migrate
-----
### env 파일 작성
DB_HOST=localhost
DB_PORT=
DB_USER=
DB_PASSWORD=
DB_DATABASE=