This is Nodejs application boilerplate. It help you to make a great architecture for start nodejs application.
Install and run your MongoDB Server. If the server is not running and you start the application, there will be an error.
For install the new project instance you can make.
git clone https://github.com/papac/node-js-app
cd node-js-app
cp .env.dev .env
Install all application dependences and build assets
npm install
npm run dev
Launch the development serveur.
Not forget to run your MongoDB Server
npm start