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.
- Python
- Django
- PostgreSQL
- HTML5
- TailwindCSS
- 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.
-
Clone the repository:
git clone https://github.com/Snake0good/django-ecommerce-site.git
-
Navigate to the project directory:
cd django-ecommerce-site
-
Create a virtual environment and activate it:
python3 -m venv env
source env/bin/activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Open your browser and visit
http://localhost:8000/
to view the website.
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!