Skip to content

mix130913865-W/PyShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyShop

A simple shopping website built with Django, designed for practicing backend development and basic frontend integration.


Features

  • Product listing with name, price, stock, and image URL
  • Basic discount offers management
  • Homepage and product list pages
  • Django admin panel to manage products and offers
  • Responsive UI built with Bootstrap 5

Requirements

  • Python 3.X+
  • Django 4.X+
  • SQLite (default database)

Installation & Setup

  1. Clone the repository

git clone https://github.com/mix130913865-W/PyShop.git cd PyShop

  1. Create and activate a virtual environment

python -m venv venv

macOS/Linux

source venv/bin/activate

Windows

venv\Scripts\activate

  1. Install dependencies

pip install -r requirements.txt

  1. Run database migrations

python manage.py migrate

  1. Start the development server

python manage.py runserver

  1. Open http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors