Skip to content

A mock up of a university course registration system built with Ruby on Rails and a front end website.

Notifications You must be signed in to change notification settings

ZackeryPerski/UniversityCourseRegistration

Repository files navigation

Initial Setup

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

Whenever you pull from main

Just install dependencies: bundle install

Migrate database: rails db:migrate

About

A mock up of a university course registration system built with Ruby on Rails and a front end website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published