python 3.9+
- clone the project
- open command prompt in the project's directory and write this commands
python -m venv .env
cd .env
cd Scripts
activate
cd ..
cd ..
pip install -r requirements.txt
python manage.py runserver
- Go to This Link and you are ready.