3 Commits

Author SHA1 Message Date
fegger cb0ff5feb7 1. Authentication Library (src/lib/auth.ts)
2. Authentication Routes
3. Updated Data Store (`src/lib/db.ts`)
4. Updated API Routes
5. Updated Frontend Component (`src/components/BikeBuilderApp.tsx`)
2026-05-19 16:07:57 +02:00
fegger 9c212fbf43 Format catalog and setup verification files 2026-05-19 14:38:55 +02:00
fegger 45cf61525e Switch database from SQLite to PostgreSQL
Replace in-memory JSON file storage with Prisma ORM using PostgreSQL.
Update environment variables and Prisma schema accordingly.
2026-05-19 14:19:01 +02:00