Skip to content

vrrao01/e_commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django E-commerce Web App

This is an eCommerce website created using the Django Web framework.

Features

  • User registration and authentication
  • Shopping cart for both registered and anonymous users
  • Responsive design

Screenshots

Installation

Clone Project

$ git clone https://github.com/vrrao01/e_commerce.git
$ cd e_commerce

Create Virtual Environment

Make sure you have already installed pipenv

$ pipenv install --python=3.8 -r requirements.txt
$ pipenv shell

Migrate

$ cd Ecommerce
$ python manage.py makemigrations
$ python manage.py migrate

Run Server

$ python manage.py runserver

Enter http://127.0.0.1:8000/ on your browser

Possible Improvements

  • Payment Integration
  • Allow sellers to add their products
  • AJAXify the website

About

An eCommerce website created using Django.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •