Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 748 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 748 Bytes

Rutgers Course Searcher++

A better Rutgers University course search engine.

Currently down and not working due to Heroku free tier database limitations once a certain amount of database rows are reached. :(

To set up website locally

  1. Install NodeJS and PostgreSQL

  2. Clone this repository

  3. Set up a database in PostgreSQL and edit knexfile.js in the root repository folder to match your database configuration. Use the development config for locally hosting the website.

  4. Run npm install

  5. Run knex migrate:latest and optionally run knex seed:run for some seeded comments/users

  6. Run npm start