A social network for board game geeks. The goal of the site is to connect users to a focused community of local gamers. Users can create a profile, join and create groups, and schedule Game Nights within their groups.
This repo represents the Rails back-end to the upcoming Ember front-end. It lives at api.meetmeeples.com
-
Fork and clone the repo
-
Run
$bundle install
to install our minimal set of dependencies -
Setup the Postgres database (TODO needs description)
-
Run
$rails s
to start the server