This repo was created as a final project for CTD Ruby on Rails (Red Eel) and subsequently refactored for the CTD RoR Practicum (Spring 2022).
This project was designed to help people find groups of people with similar fitness goals, in settings where groups are hard to find.
shylee873@gmail.com (admin)
kostik700015@gmail.com (collaborator)
jequel07@gmail.com (collaborator)
https://github.com/ShyLee873/rails-final.git
cd rails-finalruby -vThe ouput should start with something like ruby 3.0.1
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 3.0.1bundle install
yarn installrails db:migrate contact shylee873@gmail.com for master.key or rake for new
vagrant
bin/rails s -b 0.0.0.0else
rails s