Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 593 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 593 Bytes

Nest Logo

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

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Create .env file at root

PORT=3001
MONGO_URI=

Running the app

# development
$ npm run start