Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

pennlabs/penn-course-alert

Repository files navigation

Penn Course Alert

This repository has been archived in favor of pennlabs/penn-courses.

Coverage Status CircleCI

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.

  1. git clone https://github.com/pennlabs/penn-course-alert.git
  2. cd penn-course-alert
  3. pipenv install
  4. python manage.py migrate
  5. python manage.py runserver
  6. Open your browser to the port specified in the terminal.

Enjoy!

About

Service to alert Penn students by text and email when a course opens up

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published