Clone the repo: git clone git@github.com:ZackeryPerski/UniversityCourseRegistration.git
Cd into the project: cd UniversityCourseRegistration
Install dependencies: bundle install
Migrate database: rails db:migrate
Start the server: rails s
Just install dependencies: bundle install
Migrate database: rails db:migrate