https://github.com/kimseogyu/nestjs-server-template
API server template repository based on Nest.js
https://github.com/kimseogyu/nestjs-server-template
husky nest nestjs nodejs pnpm resful-api rest-api typeorm typescript vscode
Last synced: 3 months ago
JSON representation
API server template repository based on Nest.js
- Host: GitHub
- URL: https://github.com/kimseogyu/nestjs-server-template
- Owner: KimSeogyu
- Created: 2021-12-28T19:01:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T07:15:55.000Z (about 3 years ago)
- Last Synced: 2025-06-14T12:07:20.055Z (about 1 year ago)
- Topics: husky, nest, nestjs, nodejs, pnpm, resful-api, rest-api, typeorm, typescript, vscode
- Language: TypeScript
- Homepage:
- Size: 656 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
# Nestjs Server Template
## Project Configuration
- Edit files in `./src/config/env`
## How to test
- `~/ $ pnpm test`
## Notice
- Using zod to validate data, including DTOs, Request & Response Data, ...etc
## Project structure
### Applications
>
- Api
>
### Common
>
- Decorators
>
- Filters
>
- Interceptors
>
- Lifecycle
>
- Middlewares
>
### Configs
>
### Domain
>
- Health
>
- Auth
>
- Users
>
- SocialAccounts
>
- Wallets
>
- Orders
>
### Infra
>
- Cache
>
- Database
>
### Utils
>