A web app that seeks to connect runners in the area based on their proximity, experience, and availability so they can run together.
We're always looking for eager developers with a passion for running to contribute. Checkout our ToDo list and Issues for features we're looking to integrate, and bugs that need fixing.
#####Please fork and clone this repository before submitting a pull request
In your terminal, clone the repository: git clone https://github.com/catkhuu/Run2Gether.git
####Bundle
bundle install
We use PostgreSQL, but feel free to swap this out for SQLite in your gem file before bundling.
####Create database
bundle exec rake db:create
####Run migrations
bundle exec rake db:migrate
####Start your server
rails s
Visit localhost:3000 in your browser
Ruby on Rails web app with JQuery and Ajax to enhance the user's experience. We used the Google Maps API and Ruby Geocoder and Area gems to generate our runner's meetingpoints. Materialize framework used for styling and mobile responsiveness.
Run2Gether is maintained by Catherine Khuu, Lindsay Kelly, Matt Critelli, and Miles McArdle-Coe.
Checkout our ToDo list here
See our other projects or hire us to work on your product.