Skip to content

The website is super simple but efficient for beginners.

Notifications You must be signed in to change notification settings

abdullo2008/E-commerce-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce site

About

This basic site used for sellers in any store. The website provides users to create categories or products. Users can reduce or increase quantity of their products. It means if seller sells a product in the site the amount of product is also reducible or if employees brings new products or more products that already exists in store, they can add new product or put up quantity to their product. This is why i created the website.

How to launch and run

Create virtualenv (in terminal):

pip install pipenv pipenv shell

Configure database

python manage.py makemigrations python manage.py migrate

Install required packages

pipenv install django pipenv install Pillow

Create superuser

python manage.py createsuperuser

Run project

python manage.py runserver

Then click the url. The url: http://127.0.0.1:8000

Enjoy and follow my other repositories(Optional)

About

The website is super simple but efficient for beginners.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published