Skip to content

API server template repository based on Nest.js

Notifications You must be signed in to change notification settings

KimSeogyu/nestjs-server-template

Repository files navigation

Nest Logo

Nestjs Server Template

GitHub issues GitHub forks GitHub stars


Project Configuration

  • Edit files in ./src/config/env

How to test

  • ~/<project-root> $ 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

Releases

No releases published

Packages

No packages published

Languages