Django-based webapp looking to promote reflective learning and grades tracking for IB (International Baccalaureate) students via a centralized grades database and better student-teacher interaction. Created using Bootstrap frontend toolkit.
Clone the repository then run the following commands with whatever Python version you have:
cd iboost-latest/
pip install -r requirements.txt
python manage.py runserver
The server should run at http://127.0.0.1:8000/ and the homepage is http://127.0.0.1:8000/index.