Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 555 Bytes

File metadata and controls

38 lines (19 loc) · 555 Bytes

Mailmonitor

Prerequisites

Install NodeJS

Install MongoDB - [Click here for instructions] (http://docs.mongodb.org/manual/installation/)

Deploying locally

Clone source via git and cd to folder:

Clone Repository - https://github.com/reecefenwick/mailmonitor.git

Install dependencies via npm:

npm install

Tests

Run the tests

npm test

Run API Server

via node:

npm start

Navigate to http://localhost:3000/

Documentation

Things to note