This is a Course Catalog Ruby on Rails app that displays all courses, instructors and subjects from Brandeis University.
ruby '2.5.0'
rails 5.2.1
For details, see Gemfile
development and test: sqlite3
production: postgresql
To run the app locally:
bundle install
rails server
To run the test locally:
rails test