Skip to content

Nikhi00718/Amazon-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone

A small Amazon-style storefront built with:

  • Python + Flask backend
  • SQLite SQL database
  • HTML templates
  • CSS frontend

Run locally

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.py

Then open:

http://127.0.0.1:5000

The database is created automatically at amazon_clone.db the first time the app starts.

About

Compact Amazon-style storefront built with Flask, SQLite, server-rendered HTML, and CSS.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors