Skip to content

CodeWizard2001/dummyBackendWebShop

Repository files navigation

WebShopDummy Backend

Ein einfaches Flask-basiertes Webshop-Backend mit Benutzerverwaltung, Warenkorb, Authentifizierung und Produktendpunkten.


🚀 Installation (lokal)

Voraussetzungen

  • Python 3.10+
  • pip

Installation & Start

python -m pip install -r requirements.txt
python WebShopDummy.py

Das Backend läuft dann unter:

➡️ http://localhost:5000


🐳 Mit Docker

1. Image bauen

docker build -t webshop-backend .

2. Container starten

docker run -p 5000:5000 webshop-backend

Das Backend ist nun erreichbar unter:

➡️ http://localhost:5000


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published