Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 723 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 723 Bytes

MEAN-GovernmentServiceAlerts

##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.