Skip to content

MohammadTohidiNasab/PerfectCode

Repository files navigation

PerfectCode

 

PerfectCode

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

a online shop using django and djangorestframework

✨ Features

✔️ customize user, API for crud ,captcha for admin panel ✔️ discount coupon, throttling for limination users req ✔️ Zarin Pal payment, tested by unit test

🚀 Technologies

The following tools were used in this project:

  • Python
  • Django
  • Zarinpal
  • html css
  • djangorestframework
  • docker
  • drf_yasg
  • sms otp sign up
  • jwt

✅ Requirements

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

🏁 Starting

# 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>

Back to top