Snake0good / django_ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django E-Commerce Site

Welcome to my Django E-Commerce Site! This project is inspired by Facebook's Marketplace app and showcases my ability to integrate various technologies to create a full-fledged e-commerce website.

Technologies Used

  • Python
  • Django
  • PostgreSQL
  • HTML5
  • TailwindCSS

Python Django PostgreSQL HTML5 TailwindCSS

Key Features

  • User authentication and authorization with Django's built-in authentication system.
  • Product listings with detailed information and images.
  • Cart system to allow users to add and remove items from their cart.
  • Order placement and management system.
  • Admin dashboard to manage products and orders.

Setup

  1. Clone the repository: git clone https://github.com/Snake0good/django-ecommerce-site.git

  2. Navigate to the project directory: cd django-ecommerce-site

  3. Create a virtual environment and activate it: python3 -m venv env source env/bin/activate

  4. Install the required dependencies: pip install -r requirements.txt

  5. Run the migrations: python manage.py migrate

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

  7. Open your browser and visit http://localhost:8000/ to view the website.

Conclusion

I hope this project demonstrates my skills and ability to create a comprehensive e-commerce website using Django and its various components. Thank you for taking the time to check out my project!

About


Languages

Language:Python 58.7%Language:HTML 41.3%