A web interface created with Python's Django framework to make the process of reviewing theses more interactive and painless.
- Install poetry.
- Install all the requirements through
poetry install - Migrate the database changes
poetry run python manage.py migrate - Run Server
poetry run python manage.py runserver