Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 2.02 KB

README.md

File metadata and controls

66 lines (50 loc) · 2.02 KB

Form - A calisthenics workout tracker that records videos of your form

App home: https://www.form-calisthenics.com

Form is a calisthenics workout tracker that allows you to record video your exercises, store them as part of your workout log and compare to your your past performance.

Screenshot 2024-09-03 at 13 22 30 Screenshot 2024-09-03 at 13 22 53 Screenshot 2024-09-03 at 13 24 32 Screenshot 2024-09-03 at 13 25 03

Getting Started

Setup

Install gems

bundle install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Acknowledgements

Inspired by many calisthenics content creators I have been following over the years

Team Members

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License