/galib-django-assignment

Assignment for Django Developer

Primary LanguagePython

E-commerce Assignment

  • Python Version 3.12.2
  • Django Version 5.0.3
  • Database: SQLite3 (default)

Links


Run Project

  • Create & Activate Virtual Environment
  • Install Requirement
  • Create .env & Paste .env_example contents to .env file
  • Create SuperUser
  • Create User and Products from Admin Panel
  • Run Project

create-user.PNG create-product.PNG


Screenshots

  • Local product-page is OK

local-pp.png

  • Live product-page throws ERRORS

live-pp.png

  • Local POST API Responses are OK

local-POST-req-1.png local-POST-req-2.png local-POST-req-3.png local-POST-req-4.png

  • Live POST API Responses throwing ERRORS

live-POST-reqs.png


Populate Fake Data for User

python generate_fake_data.py

Pythonanywhere Deployment

pa_autoconfigure_django.py --python=3.10 https://github.com/siyam04/galib-django-assignment.git --nuke