Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 386 Bytes

Initial Setup

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

Whenever you pull from main

Just install dependencies: bundle install

Migrate database: rails db:migrate