Build e-commerce plateform for students
git clone git@github.com:1000TechLeaders/online-shop-01.gitpython3.12 -m venv venv
source venv/bin/activate # for lunix / mac
venv\Scripts\activate # for windows
pip install -r requirements.txtpip install -r requirements-dev.txtpython manage.py createsuperuserpython manage.py runserverOpen http://localhost:8000 to your browser