Skip to content

MohammadTohidiNasab/OnlineShop

Repository files navigation

OnlineShop

 

OnlineShop

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

a online shop using django and Jinja2

✨ Features

✔️ customize user , otp sms
✔️ discount coupon
✔️ Zarin Pal payment gateway, Arvan Cloud's cloud space

🚀 Technologies

The following tools were used in this project:

  • Python
  • Django
  • Zarinpal
  • html css
  • Jinja2
  • docker
  • arvan clode
  • sms otp sign up

✅ Requirements

Before starting 🏁, you need to have Git and python installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/MohammadTohidiNasab/OnlineShop

# Access
$ cd onlineshop

# Install requirments.txt
$ pip install -r requirments.txt

# Run the project
$ python manage.py runserver

# The server will initialize in the <http://localhost:8000>

Back to top