Skip to content

amirdks/jahanbakhshiEshop

Repository files navigation

jahanBakhshi Eshop

a simple e-commerce using django and drf

some page example

home page(slider) :

alt text

product detail page :

alt text

cart page :

alt text

contact us page :

alt text

Installation

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 :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published