Proxy Lecturer is a django app that helps you study.
You can run our project on local django server. (Be aware that you'll need ur own API key and Firebase integration)
Use the package manager pip to install the packages in requirements.txt.
pip install -r requirements.txtstart the server with
python manage.py runserver