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.
- 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.
Follow the steps below to set up and run the project on your local machine:
git clone https://github.com/prejanNeu/E-Commerce.git
cd ePasalsudo apt update
sudo apt install python3pip install -r requirements.txtpython manage.py migratepython manage.py runserverVisit http://127.0.0.1:8000/ in your browser to start using the platform.
You can view the live version of the website by visiting: Visit the ePasal Website