Classroom Tracker for repl.it Classroom
A basic Python Flask web app to help with tracking student progress across multiple replit.com for Edu Teams.
In addition, a basic email reminder system is included for incomplete/outstanding exercises.
- Clone the repository.
- Install the requirements (in the repl_tracker folder)
pip install -r requirements.txt
- Copy
config_example.py
toconfig.py
and add in your team IDs (from repl.it URLs). Note exercises must follow the following format1.1 - Name of exercise
. - Launch the app with
python3 app.py
- Navigate to http://127.0.0.1:5000.
- Log in with your normal repl.it credentials (or use the old login method option).