MrRezoo / django-online-shop

simple online shop with django

Home Page:https://www.linkedin.com/in/mrrezoo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-online-shop

Hello friends of this Mr.Rezoo

Table of contents

General info

Work on little complete online shop with Django . . .

Some features we worked on

  • product list
  • product view
  • category filtering
  • add to cart
  • submit coupon
  • login
  • logout
  • register
  • new user model without default model

Technologies

Project is created with:

  • Python: 3.9
  • Django: 3.2.3

Help

If you are considering a particular method, more modern technology Add to my project and send merge request, I will add you in the credits and contributors section

Setup

  • first step : create virtual environment
virtualenv -p python3 venv 
  • second step : activate virtual environment
source venv/bin/activate  
  • third step : install package | library from requirements.txt
 pip install -r requirements.txt
  • last step run django server
 python manage.py runserver

Credits

Contributors

License

Distributed under the MIT License. See license for more information.

About

simple online shop with django

https://www.linkedin.com/in/mrrezoo/

License:MIT License


Languages

Language:Python 82.7%Language:HTML 17.3%