a simple e-commerce using django and drf
home page(slider) :
product detail page :
cart page :
contact us page :
create venv and run project
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
Finally run :
python manage.py runserver
And enjoy using it :)