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.jsin the root repository folder to match your database configuration. Use the development config for locally hosting the website. -
Run
npm install -
Run
knex migrate:latestand optionally runknex seed:runfor some seeded comments/users -
Run
npm start