8000 GitHub - HardikWebs/ecom-project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HardikWebs/ecom-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart

An e-commerce website with a list of products to choose from. Allows the user to add or drop items to a personal cart. Written in HTML, CSS, JavaScript and Python.

Necessary packages to be included: django and json.

To deploy this project, first setup a virtual environment using the following command:

py -m venv project

This will create a folder named 'project'. Activate the virtual environment:

project\Scripts\activate.bat

Run the file 'manage.py' from the 'ecommerce' directory within this environment:

python manage.py runserver

The website can be accessed at the link provided in the message that follows. Cart can be viewed by clicking the top right icon. Here the user can change the quantity of each item as desired. It also contains a link to the checkout page where the user needs to enter their personal details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0