Skip to content

E-Commerce Web App: "An online marketplace built with Django that allows users to browse, shop, and manage their orders with ease.

Notifications You must be signed in to change notification settings

Dreeeems/DjangoEcommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

🛍️ E-Commerce Web App

An e-commerce web application built with Django, allowing users to browse and purchase items.

Features

📦 Browse products by categories
🛒 Add items to your cart
💳 Checkout and complete your purchase
💬 Communicate with sellers through messaging
📈 Track order status

Technologies Used

🐍 Python
🌐 Django Framework
🎨 HTML, CSS, JavaScript
💾 PostgreSQL (Database)
🔐 Django Authentication
📦 Third-party Packages (e.g., Stripe for payments) (if you want)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/e-commerce-app.git
    cd e-commerce-app
    
  2. Create a virtual environment and install dependencies: python -m venv venv source venv/bin/activate (Linux/macOS) OR venv\Scripts\activate (Windows) pip install -r requirements.txt

  3. Create a superuser: python manage.py createsuperuser

  4. Run the development server: python manage.py runserver

Contributing

We welcome contributions! If you find a bug or have a suggestion, please open an issue.

To contribute code:

  1. Fork the repository.

  2. Create a new branch.

  3. Make your changes.

  4. Submit a pull request.

License

This project is licensed under the MIT License.

👤 Author: Dreeeems

Thanks

To FreeCodeCamp.org His video

About

E-Commerce Web App: "An online marketplace built with Django that allows users to browse, shop, and manage their orders with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published