Skip to content

ShyLee873/FitNest

Repository files navigation

FitNest

fitnest-heroku.herokuapp.com

About:

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.

Contributors:

shylee873@gmail.com (admin)

kostik700015@gmail.com (collaborator)

jequel07@gmail.com (collaborator)

Install

Clone the repository:

https://github.com/ShyLee873/rails-final.git
cd rails-final

Check your Ruby version:

ruby -v

The 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.1

Install dependencies:

Using Bundler and Yarn:

bundle install
yarn install

Initialize the database:

rails db:migrate 

contact shylee873@gmail.com for master.key or rake for new

Local Server:

vagrant

bin/rails s -b 0.0.0.0

else

rails s 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors