Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 453 Bytes

Scaffold for Node ExpressJs with mongodb

Project structure taken from https://softwareontheroad.com/ideal-nodejs-project-structure/

Getting started

After cloning the project, install the required modules by npm i

npm i

Create a .env file in the root of the project and follow the .env.example file.

Replace the value mongodb://localhost/ with your mongodb connection string.

Lastly npm run start to start the nodemon server.