Clone the repo: git clone [email protected]: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