A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.
Instructions for setting up a dev environment:
- Install Apache (Use XAMPP if you're on Windows: https://www.apachefriends.org/index.html)
- Install Node.js: https://nodejs.org/en/
- Clone either the master or a fork of this repo to your local machine
- Copy the config.example.php file to config.php in /inc/
- Contact a current dev to help with server/database config.
To build js files run "npm run-script build"