Changing the world, One dollar at a time.
Fight Ebola is built on Node, MongoDB, Express, and AngularJS.
-
Install MongoDB (https://www.mongodb.org/) If you have a Mac you can just do it with bower: $ bower install mongodb. Once you have mongodb installed, run it with the command below: $ mongodb -p /data/db Where /data/db is the directory where you will have your data stored.
-
Install nodeJS (http://nodejs.org/) Once you have node and npm installed, go the application root directory (where package.json is located), and do: $ npm install (or sudo npm install)
To run the application do: $ grunt serve
Open your browser at http://localhost:9000