/EMD

Primary LanguageJavaScript

Express MongoDB Demo

A node web application template.

 ## Customize the products and user schemas.
 # The default user database: line 22 in the app.js file
 # The product and user schemas located in the models directory
 # The product database seeder located in the seed directory
  • NodeJS: 7.7.4
  • NPM: 4.5.0
  • MongoDB: 3.4.1
  • Express: 4.15.2
  • Express-Handlebars: 3.0.0
  • Nodemon: 1.11.0

Instructions

# Installation
 clone https://github.com/bitjawn/EMD.git or download the zip
 
 npm install

# External Dependencies
 MongoDB
 npm install --global nodemon
 
# Run App
 npm start
... still under construction