/express-js-starter-MVC-structure

This is a starter template of any express JS project with mongoose ad express-ejs-layouts Following MVC Patter

Primary LanguageJavaScript

node-js-getting-started

A demo Node.js app (following MVC Pattern) using Express 4. express-ejs-layouts. mongoose.

Running Locally

Make sure you have Node.js installed.

$ git clone [URL] # or clone your own fork / get URL from the clone button above
$ cd express-js-starter-MVC-structure
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: