to clone project open terminal & write: git clone https://github.com/xnemo12/book_shop_test.git, then: cd book_shop_test,
pip install virtualenv
python -m venv env
source env/bin/activate for Linux/MacOS
env\Scripts\activate.bat for Windows
pip install -r requirements.txt
python manage.py makemigrations python manage.py migrate
python manage.py createsuperuser
python manage.py loaddata apps/store/fixtures/*.yaml
python manage.py runserver