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. :(
-
Install NodeJS and PostgreSQL
-
Clone this repository
-
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. -
Run
npm install
-
Run
knex migrate:latest
and optionally runknex seed:run
for some seeded comments/users -
Run
npm start