Skip to content

SRICKKY/Online-Shop

Repository files navigation

MyShop E-Commerce

Hi! Please follow these Instructions to get the app up and running.

  • pip3 install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser [To access the admin located at http://localhost:8000/admin] Enter Username, Email, Password
  • python manage.py runserver

Note: Run the celery using the command mentioned below

Some Usage Instruction

  • Login to admin panel[after creating super user ]
  • Add some categories
  • Add some product in those categories
  • Now you are good to go. Browse http://localhost:8000/

Releases

No releases published

Packages

No packages published