Skip to content

ashfaqshuvo007/shop_django_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up the project

  • Preferred Python version: 3.7.3
  • Please clone the repository. Then run pip install -r plugins.txt
  • Copy configs/database.py.example to configs/database.py. Make necessary changes to this file based on your database configuration.
  • Run both python manage.py makemigrations and python manage.py migrate
  • To create super-admin, run python manage.py create_admin. Super admin username: sfadmin and password: SFadmin123#
  • To create random product categories, run python manage.py prepare_random_product_categories
  • To create country-list, run python manage.py create_countries

For user registration flow, verification and login mechanism, please see this file

For product, product category implementation, please see this file

For chat implementation, please see this file

About

A complete ecommerce api built with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published