Skip to content

khaeyMensah/Django-Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django-Ecommerce Project

Welcome to our Django e-commerce project! This project aims to create a fully functional e-commerce website where users can browse products, add them to a cart, and complete their purchases through a seamless checkout process.

Features

  • User authentication: Allow users to sign up, log in, and manage their accounts.
  • Product management: Display product listings with details such as name, price, and description.
  • Shopping cart: Enable users to add/remove items from their shopping cart and update quantities.
  • Checkout process: Collect shipping and payment information from users and process orders.
  • Order management: Allow admins to view and manage orders, update order statuses, and generate invoices.

Getting Started

Prerequisites

  • Python 3.x
  • Django

Installation

  1. Clone the repository:
git clone https://github.com/khaeyMensah/Django-Ecommerce.git
  1. Navigate to the directory:
cd django-ecommerce-project
  1. Install dependencies:
pip install -r requirements.txt
  1. Run migrations:
python manage.py migrate
  1. Create a superuser (admin account)
python manage.py createsuperuser
  1. Start the development server:
python manage.py runserver
  1. Access the website at http://localhost:8000 and log in with your admin account to manage the site.

Contributing

We welcome contributions from the community! If you'd like to contribute to the project, please fork the repository, make your changes, and submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published