A small Amazon-style storefront built with:
- Python + Flask backend
- SQLite SQL database
- HTML templates
- CSS frontend
Make sure Python 3 is installed and available from PowerShell. If python is not recognized, install it from python.org and enable "Add Python to PATH" during installation.
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python app.pyThen open:
http://127.0.0.1:5000
The database is created automatically at amazon_clone.db the first time the app starts.