Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 797 Bytes

Pub Game Finder

Welcome to Pub Game Finder! A web app that allows users to search and locate businesses by pub game and city.

Please check out a demo of this project by clicking the link below!

Pub Game Finder Demo

This project is in two repos. This is the front end and the backend is here

Frontend Setup

Fork and clone this repo then:

npm install
npm start

Backend Setup

Fork and clone this repository to get started. 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.