Skip to content

papac/node-js-app

Repository files navigation

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

About

The node.js application design architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published