Welcome to Workout Planner! It is a simple workout planner, create and manage a list of program, each program includes several exercises, a number of sets and a number of reps.
Copy all folders and files
And then execute:
$ bundle install
Migrate databases and seed:
$ rake db:migrate
$ rake db:seed
Start server by running:
$ rake start
Bug reports and pull requests are welcome on GitHub at https://github.com/kheyro/workout-program.