An API that produces JSON endpoints to support the Fit-Roulette-Web React app.
git clone [email protected]:ZackTaylor/Fit-Roulette-API.git
cd Fit-Roulette-API
bundle install
rails db:setup
rails db:seed
rails server
visit http://localhost:3000/exercises
rails spec
This project is licensed under the MIT License - see the LICENSE.md file for details