Simple local web app for creating, viewing, editing, and deleting addresses.
- HTML for the user interface
- CSS for layout and styling
- JavaScript (Fetch API) for browser logic
- Python (http.server) as the local backend
- SQLite as the local database
- REST API (CRUD)
- Start the server in the project folder: python3 server.py
- Open in your browser: http://127.0.0.1:8000
Einfache lokale Web-App zum Speichern, Anzeigen, Bearbeiten und Löschen von Adressen.
- HTML für die Oberfläche
- CSS für das Layout
- JavaScript (Fetch API) für die Browserlogik
- Python (http.server) als lokales Backend
- SQLite als lokale Datenbank
- REST-API (CRUD)
- Im Projektordner starten: python3 server.py
- Browser öffnen: http://127.0.0.1:8000