Skip to content

This is python django based project .In this project I highlight a supershop where customer can saw their desire product and select them. After buying a Money receipt will be produce. All the data will also be saved as well.

Notifications You must be signed in to change notification settings

Impapon/Super_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

kenakata

Django E-commerce

This is a very simple e-commerce website built with Django.

Project Summary

The website displays products. Users can add and remove products to/from their cart while also specifying the quantity of each item. They can then enter their address and choose Stripe to handle the payment processing.

Running this project

To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

Now you can run the project with this command

python manage.py runserver

Note if you want payments to work you will need to enter your own Stripe API keys into the .env file in the settings files.

About

This is python django based project .In this project I highlight a supershop where customer can saw their desire product and select them. After buying a Money receipt will be produce. All the data will also be saved as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published