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

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

Awesome Lists containing this project

README

          


Nest Logo

[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


GitHub issues
GitHub forks
GitHub stars










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

>