Skip to content

QuantumGoods is a robust e-commerce platform developed with Django, featuring a sleek Bootstrap interface for a modern shopping experience. Integrated with SSLCOMMERZ for secure payment transactions and coupon functionality for discounts.

Notifications You must be signed in to change notification settings

MdAshiqurRahmanZayed/QuantumGoods

Repository files navigation

QuantumGoods

Setup

The first thing is cloning the repository:

$ git clone https://github.com/MdAshiqurRahmanZayed/QuantumGoods.git
$ cd QuantumGoods

Create a virtual environment to install dependencies in and activate it:

$ python -m venv env
$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt

Create info.py in the jobPortal folder just like info-demo.py and fill in the equivalent answer(sslcomrez storeid,and passcode).
We have to migrate.

$ python manage.py makemigrations 
$ python manage.py migrate 
$ python manage.py createsuperuser
(env)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/
Demo screenshotss:

About

QuantumGoods is a robust e-commerce platform developed with Django, featuring a sleek Bootstrap interface for a modern shopping experience. Integrated with SSLCOMMERZ for secure payment transactions and coupon functionality for discounts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages