Skip to content

prejanNeu/ePasal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ePasal - E-Commerce Website

ePasal is a fully functional e-commerce platform designed for easy online shopping. It offers product listings, a shopping cart, and a buyer dashboard. The project is built using Django for the backend and HTML/CSS for the frontend.

Features

  • User Registration & Login: Secure login and registration system for users.
  • Product Listings: Browse a wide range of products with images and prices.
  • Shopping Cart: Add products to the cart, view cart items, and proceed to checkout.
  • Buyer Dashboard: View personal information, cart items, and manage your orders.

Installation

Follow the steps below to set up and run the project on your local machine:

Step 1: Clone the repository

git clone https://github.com/prejanNeu/E-Commerce.git
cd ePasal

Step 2: Install python

sudo apt update
sudo apt install python3

Step 3: Install dependencies

pip install -r requirements.txt

Step 4: Apply database migrations

python manage.py migrate

Step 5: Run the development server

python manage.py runserver

Step 6: Open in Browser

Visit http://127.0.0.1:8000/ in your browser to start using the platform.

Website Link

You can view the live version of the website by visiting: Visit the ePasal Website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors