== README
RaceBook is a tool that allows athletes to store event photos and track performance and participation in competitive races, all in one place.
Check out the live app on Heroku
- Add, edit and delete races
- Upload/save race photos
- View race statistics in a variety of formats, including:
- A bar graph of races run by type
- A donut chart of races by year
- A map with pins indicating the locations of each race fun
This project was created to meet requirements for the Final Project in General Assembly's Web Development Immersive Program (June cohort 2014).
Intended to test our ability to use a number of different skills acquired throughout the course.
RaceBook is built on the following:
- Rails API
- PostgreSQL
- EmberJS
- D3.js graphs
- Amazon Cloudfront
- Amazon S3
- Google Maps API
This project was conceptualized, scoped and developed in approximately one week.
To begin:
- Fork and clone
bundle installrake db:setuprake db:seed- Enjoy!