SnowReporter is a school project.
You will need:
git clone [email protected]:Crozis/SnowReporter.git
npm install -d # install all necessary dependencies
# prepare database storage
sudo path/to/your/install/of/mongodb/bin/mongod # start up MongoDB daemon; possibly see --dbpath option
node app.js # start the application
you can simply hit `localhost:3000` on your favorite browser.
- Nima Izadi
- Nicolas Dupont