This project is aimed to improve my work with Django.
To run this project you need:
- Clone this repository.
- Open your terminal and
cd
project's directory. - Run
pip install -r requirements.txt
. - Then make migrations with command
python manage.py makemigrations
. - Migrate to your db
python manage.py migrate
. - Run server
python manage.py runserver
. - Open your browser and go to localhost:8000.
Front-end isn't very good, because I didn't focus on it :)