Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 723 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 723 Bytes

ShareUrCar - Ein Carsharing Projekt

Datenbanken-Projekt von Lena Gerken und Fabian Schneider

Hauptfunktionalitäten

  • Benutzerkonto erstellen
  • Eigene Autos vermieten
  • Autos anderer Benutzer mieten
  • Nach Ort, Verfügbarkeit und mehr filtern

Getting started

Requirements

  • Python >= 3.9
  • Install Flask using pip install Flask
  • Installation of SQLite should not be necessary as it is included in the Python distribution

Usage

  • Download this repository
  • Start the server by running app.py
  • The address where the website is running is included in the answer when starting the server

Technische Eigenschaften

  • Programmiersprachen: SQL, Python, HTMS/CSS/JS
  • Datenbank: SQLite
  • Webframework: Flask