This web application was made as a course project
After cloning, install dependencies with:
pip install -r requirements.txtMigrate:
python manage.py migrate
python manage.py makemigrationsAnd run server with:
python manage.py runserverThe server will start in port 8000. Open http://localhost:8000