Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

team-mbm/Ecomm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecomm

Django based Ecommerce website

Installation

git clone https://github.com/team-mbm/Ecomm.git ~/Ecomm
cd ~/Ecomm
pip install requirements.txt
cd ./Ecomm
python manage.py makemigrations products
python manage.py migrate
python manage.py runserver

ToDo

  • User app (login/signup )
  • checkout , add to cart in products app
  • integration with payment gateway