##Overview Winter coding project by peidevs. Purpose of the project is to learn the MEAN stack. The MEAN stack being MongoDB, ExpressJS, AngularJS and NodeJS. The application is written so the front end interacts with the server using restful services.
The application allows users to sign up to recieve alerts based on various government services.
##Prerequisites Make sure you have Node.js and Node Package Manager (npm) in a running state
##Getting Started Download the required dependencies for the project. (We do not store them in the repo)
npm install
node app.js (local || cloud9 || remoteDB)
running the server will start the restful services.