About | Features | Technologies | Requirements | Starting | Author
a online shop using django and Jinja2
✔️ customize user , otp sms
✔️ discount coupon
✔️ Zarin Pal payment gateway, Arvan Cloud's cloud space
The following tools were used in this project:
- Python
- Django
- Zarinpal
- html css
- Jinja2
- docker
- arvan clode
- sms otp sign up
Before starting 🏁, you need to have Git and python installed.
# 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>