Leonzon95 / workout-buddy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workout Buddy

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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

Installing

Clone the repository

git clone git@github.com:Leonzon95/workout-buddy.git

Go to file

cd workout-buddy

Install all gems

bundle install

Start a local server

rails s

Built With

  • Rails- DSL to help create application

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License

About


Languages

Language:Ruby 56.8%Language:HTML 31.6%Language:SCSS 6.6%Language:JavaScript 5.0%