git clone git@github.com:bobur22/E-commerece.git
python3 -m venv .env
pip install -r requirements.txt
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
#Then you can open website on your local host.