Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django E-commerce Application

This is a simple e-commerce web application built using Django for the backend and Bootstrap for the front-end templated views. This project was developed as my final project for a Python subject last year.

Features:

  • User Authentication: Register, login, and manage profiles.
  • Product Listings: Display products with descriptions, prices, and images.
  • Shopping Cart: Add products to the cart and manage quantities.
  • Order Management: Submit orders and view order history.
  • Bootstrap-based UI: Responsive and mobile-friendly design.

Installation and Setup:

To run this project locally:

  1. Clone this repository:

    git clone https://github.com/Mr-LuaM/djangoCommerce.git
  2. Install the dependencies:

    pip install -r requirements.txt
  3. Run the development server:

    python manage.py runserver

Technologies Used:

  • Django: Backend framework
  • Bootstrap: Front-end templating for a responsive UI
  • SQLite: Default Django database (can be swapped with any other DB engine)

What You Can Do with This Project:

  • Learn Django: If you're just starting out with Django, this project offers a practical example of how to build a simple e-commerce site.
  • Explore Web Development: Experiment with the code, modify features, or add your own functionality to deepen your understanding of Django and web development.
  • Fork and Modify: Feel free to fork the repository and expand upon the current features, or use it as a starting point for your own projects.

About

simple e-commerce web application built using Django

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages