Skip to content

Shoplifter 🛍️: An e-commerce web app built with Django and Python. Features include user authentication, product browsing, shopping cart, checkout, and order tracking. Join us in revolutionizing online shopping!

Notifications You must be signed in to change notification settings

ANANDAPADMANABHA/shoplifter-shopingsite

Repository files navigation

Shoplifter

Welcome to Shoplifter - your go-to online shopping destination!

Introduction

Shoplifter is an e-commerce web application built using Django, Python, and SQL for the backend, and HTML/CSS for the frontend. It's the result of my internship project at Prototype, marking my very first dive into the world of software development.

Features

  • User Authentication: Secure user authentication system for seamless login and registration.
  • Product Catalog: Browse through a wide range of products available for purchase.
  • Shopping Cart: Add desired items to your cart and manage them effortlessly.
  • Checkout Process: Streamlined checkout process for a smooth shopping experience.
  • Order Tracking: Keep track of your orders and stay updated on their status.
  • Admin Panel: An intuitive admin panel for managing products, orders, and user data.

Installation

  1. Clone the repository:
git clone https://github.com/your_username/shoplifter.git

2.Navigate to the project directory:

cd shoplifter

3.Install dependencies:

pip install -r requirements.txt

4.Set up the database:

python manage.py migrate

5.Run the development server:

python manage.py runserver

About

Shoplifter 🛍️: An e-commerce web app built with Django and Python. Features include user authentication, product browsing, shopping cart, checkout, and order tracking. Join us in revolutionizing online shopping!

Resources

Stars

Watchers

Forks