This repository has been archived in favor of pennlabs/penn-courses.
Penn Course Alert helps Penn students stay on top of the course
registration process by sending them notifications alerts by
text and email when other students drop classes.
The databse used is MySQL. Set the environment variable DATABASE_URL,
or set up a local database called pca with user/password pca@password
running on localhost:3306 to test locally.
Dependencies are managed by pipenv,
so make sure that's installed globally before trying to run Penn Course Alert.
git clone https://github.com/pennlabs/penn-course-alert.gitcd penn-course-alertpipenv installpython manage.py migratepython manage.py runserver- Open your browser to the port specified in the terminal.
Enjoy!