ComputerScienceHouse / schedulemaker

A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.
http://schedule.csh.rit.edu
GNU General Public License v2.0
62 stars 36 forks source link
course-database-lookup csh education javascript php rit schedule
CSH Schedule**Maker** ===================== ![GPL-2.0](https://img.shields.io/github/license/computersciencehouse/schedulemaker.svg) ![PHP Version](https://img.shields.io/badge/php-7.3-blue) A course database lookup tool and schedule building web application for use at Rochester Institute of Technology. Built, maintained and hosted by [Computer Science House](https://csh.rit.edu) Available at [schedule.csh.rit.edu](https://schedule.csh.rit.edu)

Dev Environment

Setup

Run Locally

In order to run locally youre going to need docker.

docker build -t schedulemaker .
docker run --rm -i -t -p 5000:8080 --name=schedulemaker schedulemaker

You can replace 5000 with whatever port you wish to connect locally to. Then visit http://localhost:5000 in a browser.

Development

Maintainers

Current Maintainers

Past Maintainers