Spotify wrapped but for Pinewood students
- See assignment submission stats
- Photo gallery personalized to student
- Sign in with Schoology OAuth
Install dependencies:
git clone https://github.com/Pinewood-Tech-Club/recap.git
cd recap
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
Then run it!
python app.py
or if you're feeling proddy,
PROD=1 python app.py
Don't forget to port forward!