Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Nest framework TypeScript starter repository.

Clone App

git clone -b dev https://github.com/lamhan3012cmvn/NestJS_2School.git

cd NestJS_2School

start mongodb local

Run App

Option 1

Installation

yarn

Running the app

# development
yarn start:dev

Option 2

Run file run.sh

chmod +x ./run.sh

Running the app

# development
./run.sh