ClaudeSeo / server-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Nestjs Server Template

Make quickly API Project ( With NestJS 7 )

  • Create for Docker environment
  • REST API with Mongoose
  • Swagger documentation
  • Sample Code

Getting Started

Project configuration

  1. project clone
git clone https://github.com/ClaudeSeo/server-template.git {Project Name}
  1. next instlal all the dependencies
cd ./{Project Name}
npm install
  1. copy environment
cp .env.sample .env
vim .env

Available Scripts

npm run dev

Run the app in the development mode.

npm run dev:watch

Run the app in the development mode. ( Hot Reload )

npm run lint

Lints and Checks for formatting problems.

npm run lint:fix

Automatically fixes formatting and linting problems.

npm run build

Build Nestjs Project

npm run gen:docs

Generate Swagger files

About


Languages

Language:TypeScript 98.1%Language:Dockerfile 1.6%Language:JavaScript 0.3%