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