This app helps people create workout and add them to their calendar. They can also share their created workouts for anyone else to add to their calendar.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Ruby 2.6.1 needs to be installed
sudo apt update
sudo apt install ruby-full
rvm install "ruby-2.6.1"
rvm use 2.6.1
Clone the repository
git clone [email protected]:Leonzon95/workout-buddy.git
Go to file
cd workout-buddy
Install all gems
bundle install
Start a local server
rails s
- Rails- DSL to help create application
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License