{"id":27234505,"url":"https://github.com/maurice-l/tutify","last_synced_at":"2026-04-18T02:04:15.273Z","repository":{"id":286490239,"uuid":"961523171","full_name":"Maurice-L/Tutify","owner":"Maurice-L","description":"Ein Franchiseplattform für Nachhilfe Dienstleistungen mit Vue.js und FastAPI","archived":false,"fork":false,"pushed_at":"2025-04-06T19:02:25.000Z","size":438,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T16:13:57.793Z","etag":null,"topics":["backend","fastapi","frontend","javascript","oracle-database","python","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Maurice-L.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-06T17:34:59.000Z","updated_at":"2025-04-06T21:50:07.000Z","dependencies_parsed_at":"2025-04-06T20:19:29.930Z","dependency_job_id":"e200197a-bd4a-4f90-b386-5eb74f192c5b","html_url":"https://github.com/Maurice-L/Tutify","commit_stats":null,"previous_names":["mauricele/tutify","maurice-l/tutify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Maurice-L/Tutify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maurice-L%2FTutify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maurice-L%2FTutify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maurice-L%2FTutify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maurice-L%2FTutify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maurice-L","download_url":"https://codeload.github.com/Maurice-L/Tutify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maurice-L%2FTutify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","fastapi","frontend","javascript","oracle-database","python","vue"],"created_at":"2025-04-10T15:56:42.650Z","updated_at":"2026-04-18T02:04:10.259Z","avatar_url":"https://github.com/Maurice-L.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutify\n\n![](images/tutify-banner.svg)\n\n**Tutify** ist eine Webanwendung, die ein Frontend mit **Vue.js** und ein Backend mit **FastAPI** verwendet. Das Backend kommuniziert mit einer **Oracle-Datenbank**, um Daten zu speichern und abzurufen. Dieses Projekt wurde entwickelt, um eine schnelle und benutzerfreundliche Plattform für das Management von Tutoren und Lernmaterialien zu bieten.\n\n## Architektur\n\n- **Frontend**: Vue.js\n- **Backend**: FastAPI\n- **Datenbank**: Oracle Database\n\n## Inhaltsverzeichnis\n\n- [Features](#features)\n- [Installation](#installation)\n- [Backend Setup](#backend-setup)\n- [Frontend Setup](#frontend-setup)\n- [Datenbank Setup](#datenbank-setup)\n- [Usage](#usage)\n- [API Endpoints](#api-endpoints)\n- [Technologien](#technologien)\n\n## Features\n\n- Benutzerverwaltung (Registrierung, Login)\n- Verwaltung von Kunden und Kursen\n- Anbindung an Oracle-Datenbank für persistente Datenspeicherung\n\n## Installation\n\n### Backend Setup\n\n1. Klone das Repository:\n   ```bash\n   git clone https://github.com/dein-benutzername/tutify.git\n   cd backend\n   ```\n\n2. Erstelle ein virtuelles Python-Umfeld und installiere die Abhängigkeiten:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # Auf Windows: venv\\Scripts\\activate\n   pip install -r requirements.txt\n   ```\n\n3. Konfiguriere die Oracle-Datenbank-Verbindung:\n   - Stelle sicher, dass du die Zugangsdaten für die Oracle-Datenbank hast.\n   - Bearbeite die Umgebungsvariablen oder die Konfigurationsdatei im Backend, um die Verbindung zur Datenbank herzustellen.\n\n4. Starte den FastAPI-Server:\n   ```bash\n   uvicorn backend.main:app --reload\n   ```\n\n   Der Server ist jetzt unter `http://localhost:8000` verfügbar.\n\n### Frontend Setup\n\n1. Wechsel zum Frontend-Verzeichnis:\n   ```bash\n   cd frontend\n   ```\n\n2. Installiere die Frontend-Abhängigkeiten:\n   ```bash\n   npm install\n   ```\n\n3. Starte den Vue.js-Entwicklungsserver:\n   ```bash\n   npm run serve\n   ```\n\n   Das Frontend ist jetzt unter `http://localhost:8080` verfügbar.\n\n### Datenbank Setup\n\n1. Stelle sicher, dass die Oracle-Datenbank ordnungsgemäß läuft und zugänglich ist.\n2. Erstelle die erforderlichen Tabellen und Strukturen basierend auf den SQL-Skripten im `database/`-Verzeichnis.\n\n   Beispiel:\n   ```bash\n   sqlplus user/password@hostname:port/sid @database/setup.sql\n   ```\n\n## Usage\n\nSobald sowohl das Backend als auch das Frontend laufen, kannst du die Anwendung im Browser aufrufen:\n\n- **Frontend**: `http://localhost:8080`\n- **Backend**: `http://localhost:8000`\n\n## API Endpoints\n\nDie API des Backends bietet eine Vielzahl von Endpunkten zur Interaktion mit der Datenbank. Hier sind die wichtigsten Endpunkte:\n\n### Benutzer-Management\n\n- `POST /login`: Benutzeranmeldung\n- `POST /register`: Benutzerregistrierung\n\n### Kunden-Management\n\n- `GET /customer`: Liste aller Kunden\n- `GET /customer/{id}`: Details eines spezifischen Kunden\n- `POST /customer`: Einen neuen Kunden hinzufügen\n- `DELETE /customer`: Einen bestehenden Kunden löschen\n- `GET /customer/adress`: Adressen der Kunden abrufen\n\n### Kurs-Management\n\n- `GET /course`: Liste aller Kurse\n- `GET /course/{id}`: Details eines spezifischen Kurses\n- `POST /course/subscribe`: Einen Kurs abonnieren\n- `GET /course/subscribed/{id}`: Abonnierte Kurse eines Kunden abrufen\n\n### Branch-Management\n\n- `GET /branch`: Liste aller Zweigstellen\n- `GET /branch/{id}`: Details einer spezifischen Zweigstelle\n- `GET /branch/supervisor/{id}`: Vorgesetzten einer Zweigstelle abrufen\n\nDie vollständige API-Dokumentation ist unter `http://localhost:8000/docs` verfügbar.\n\n## Technologien\n\n- **Vue.js**: JavaScript-Framework für das Frontend\n- **FastAPI**: High-Performance Web-Framework für das Backend\n- **Oracle Database**: Relationale Datenbank für die Datenspeicherung\n- **SQLAlchemy**: ORM für die Kommunikation mit der Oracle-Datenbank\n- **Pydantic**: Datenvalidierung und Serialisierung im Backend\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurice-l%2Ftutify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaurice-l%2Ftutify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurice-l%2Ftutify/lists"}