Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPP BEES25 - Stationery Shop

A modern e-commerce website for stationery products built with Django.

Features

  • Product Catalog: Browse products by category.
  • Shopping Cart: Add products to cart with custom notes.
  • Checkout Flow: Simple checkout process with Cash on Delivery (COD).
  • Responsive Design: Optimized for both desktop and mobile devices.
  • Visuals: Modern UI with glassmorphism header and vibrant design.

Tech Stack

  • Backend: Django 5.0
  • Frontend: HTML5, Vanilla CSS, FontAwesome 6
  • Database: SQLite (Default)

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/sangle321/stationery-shop
    cd stationery-shop
  2. Create and activate a virtual environment:

    python -m venv .venv
    # Windows
    .venv\Scripts\activate
    # Linux/macOS
    source .venv/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Initialize Database: The project includes a setup script that runs migrations and creates initial categories.

    python setup_db.py
  5. Run Development Server:

    python manage.py runserver
  6. Usage:

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages