axu2 / pounce-remake

An example of using Django and the course offerings API. Potentially the beginning of a remake of Princeton Pounce (2013), an app that notifies when enrollment spots open up in classes you want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pounce

Princeton Pounce Remake

Looking for developers! Basically only scraping the course offerings API is implemented and basic forms and database.

Don't know Django? Just do the tutorial: https://www.djangoproject.com/

Requires Python 3.7.1+

python -m venv venv
pip install -r requirements.txt

python manage.py makemigrations
python manage.py migrate
python manage.py update
python manage.py runserver

About

An example of using Django and the course offerings API. Potentially the beginning of a remake of Princeton Pounce (2013), an app that notifies when enrollment spots open up in classes you want.


Languages

Language:Python 84.5%Language:HTML 15.5%