Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 886 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 886 Bytes

Create Ecommerce API Using Django And Python

Pre-Requisites

  • Python 3.9
  • Django
  • Django - filters
  • MPTT
  • Rest - framework
  • drf_yasg

Steps to run:

  • In PipFile, the dependencies are mentioned. It is recommended to run the app inside a virtual environment to avoid conflict of existing dependencies.
    • Create virtualenv for Python 3.9

    • Run the command pip install -r requirements.txt

    • Run ./manage.py runserver to start the server

    • Open http://127.0.0.1:8000/ to start

    • Since this is a demo project, the password is written directly in settings.py. For security reasons of your account, it is recommended you store the password in key vault or encrypt it and then host the application or push your changes to GitHub.

    • This project is not complete yet, if you will get any problmes with it, contact me in Telegram https://t.me/JustProgrammer03