Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 528 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 528 Bytes

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