Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 392 Bytes

Thesis Review System

A web interface created with Python's Django framework to make the process of reviewing theses more interactive and painless.

Local setup

  • 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