Initial commit

This commit is contained in:
Andrej Spielmann
2026-04-21 10:53:28 +02:00
commit ea628b9a0a
30 changed files with 2758 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# SQL Server Hosting Platform - Anmeldedaten
## Admin-Zugang
- **Email:** admin@sqlhosting.com
- **Passwort:** Admin123!
- **Rolle:** ADMIN
- **Status:** approved/ACTIVE
## Customer-Zugang
- **Email:** customer@sqlhosting.com
- **Passwort:** Customer123!
- **Rolle:** CUSTOMER
- **Status:** approved
## System URLs
- **Frontend:** http://localhost:3000
- **Backend API:** http://localhost:8000
- **API Docs:** http://localhost:8000/api/swagger/
## Technische Details
- Datenbank: SQL Server (sqlserver_platform)
- Django Backend mit JWT Auth
- Next.js 16 Frontend
Erstellt am: Monday, April 20, 2026