An internal database to keep track of the contacts we have through CORE.
To develop on this project, you’ll need to install Ruby, Rails, and MongoDB.
-
Run
bundle install
to install the Ruby gems you need. -
To start the local server, run
rails s
and head tolocalhost:3000
on your web browser.