Shopify is an e-commerce website which allows people to buy electronic items, daily wear, etc. Link to demo video
An e-commerce website is a software system developed primarily to facilitate buying of products between users.
Our course project's aim was to develop a Secure e-Commerce website that follows global standards and laws.
Home Page:

This repository contains:
- shopify_website folder:
- home: Contains views for other related folders
- static: contains all the CSS, Script files and images used in the project
- template: consists of all the HTML files
- manage.py: source file required to run the django server
- db.sqlite3: file realted to database
- Serializibility.pdf: PDF which contains all the locking protocols and serializibility which we used while handling the conflicting queries.
- README
You need the following to be installed in your system to work on this project:
- Python 3.10.0
- Django 3.1.8
- MySQL
python manage.py runserverContributions are welcome :) Please see the contribution guidelines, make sure you understand the code and have the dependencies ready to go.
Feel free to make bug reports on our issues. You can reach out to us in case you need further assistance.
Contact us:
🧠 Sahil Goswami: [email protected]
🕶 Hitesh Kumar: [email protected]
Currently, we both are working on Add to Cart functionality and payment gateway
