Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 353 Bytes

File metadata and controls

12 lines (7 loc) · 353 Bytes

Express-LocalLibrary-MongoDB

To Run the project

  1. Replace the Database url in app.js
  2. npm install
  3. node populatedb.js to generate a template database
  4. npm run serverstart

Note: you may need to change "serverstart": "SET DEBUG=express-locallibrary-tutorial:* & npm run devstart" in package.json if you are using a Windows machine.