Skip to content

athena-xcy/Course-Catalog

Repository files navigation

README

This is a Course Catalog Ruby on Rails app that displays all courses, instructors and subjects from Brandeis University.

Version

ruby '2.5.0'

rails 5.2.1

For details, see Gemfile

Database

development and test: sqlite3

production: postgresql

Run the app

To run the app locally:

bundle install 

rails server 

To run the test locally:

rails test  

Links

Heorku Link

Github Link