Welcome to Pub Game Finder! The yelp type app where a user can browse bars on a map and find ones with pub games they would like to play.
Check out a demo of this project!(Click the image for a video walkthrough)
This project is in two repos. This is the backend and the frontend is here
Fork and clone this repo then run
bundle install
to install the gems.
You can start your server with:
bundle exec rake server
This will run your server on port http://localhost:9292.
Fork and clone this repository to get started, then:
npm install
npm start