Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 341 Bytes

WGVS Homework

Build Status

Getting Started

  1. Install MongoDB.
  2. Run mongod to start Mongo.
  3. Run npm install for dependencies.
  4. Run npm start to start the server.

Running Tests

  1. Run npm test to run tests.