About | Features | Technologies | Requirements | Starting | Author
a online shop using django and djangorestframework
✔️ customize user, API for crud ,captcha for admin panel ✔️ discount coupon, throttling for limination users req ✔️ Zarin Pal payment, tested by unit test
The following tools were used in this project:
- Python
- Django
- Zarinpal
- html css
- djangorestframework
- docker
- drf_yasg
- sms otp sign up
- jwt
Before starting 🏁, you need to have Git and python installed.
# Clone this project
$ git clone https://github.com/MohammadTohidiNasab/PerfectCode
# Access
$ cd PerfectCode
# Install requirments.txt
$ pip install -r requirments.txt
# Run the project
$ python manage.py runserver
# The server will initialize in the <http://localhost:8000>