Crowdsourcing data on the cheap beer options at bars
You'll need:
- Ruby
- MongoDB
Install Ruby dependencies by running:
bundle
Then set the environment variables you see in app.rb
Now, run mongod
in another terminal to start Mongo
To run the app, use Foreman:
foreman start
Then go to http://localhost:5000 in a browser to see the app!
Copyright 2014 Dave Guarino, MIT License