Created by Trevor Zylks, Obi Ume, and Abraham Saldivar
Simple fitness application that focuses more on aesthetics than on features
- Ruby 2.7.4
- NodeJS (v14 or higher), and npm
- Heroku CLI
- Postgresql
# install necessary gems
bundle install
npm install --prefix client
npm start --prefix client
rails s
# create necessary table migrations
rails db:migrate
# populate database with exercise list
rails db:seed
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.