Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 736 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 736 Bytes

NodeJs Application structure

This is Nodejs application boilerplate. It help you to make a great architecture for start nodejs application.

Required

Install and run your MongoDB Server. If the server is not running and you start the application, there will be an error.

Installation

For install the new project instance you can make.

git clone https://github.com/papac/node-js-app
cd node-js-app

Copie the env file

cp .env.dev .env

Install applicatiom dependences

Install all application dependences and build assets

npm install
npm run dev

Run the dev server

Launch the development serveur.

Not forget to run your MongoDB Server

npm start

Enjoy