Commit Graph

5 Commits

Author SHA1 Message Date
96ebac5547 feat - new schemas 2025-08-13 16:31:22 +02:00
970c8b33db feat - New profile table connected to the authenticated user base 2025-08-12 18:26:36 +02:00
juan
6326d0bc06 feat: integrate drizzle ORM with PostgreSQL and set up user management
- Added drizzle configuration for PostgreSQL connection.
- Created user schema for the 'demo' table in drizzle.
- Implemented database connection and user retrieval in drizzle integration.
- Added migration SQL for creating the 'demo' table.
- Updated user hooks to use server functions for login and signup.
- Refactored user-related functions to use drizzle ORM for database interactions.
- Updated routes to utilize new user management functions.
2025-08-11 19:59:06 +02:00
Jrodenas
83b86ab0f0 feat: implement Sonner for toast notifications 2025-08-07 20:12:35 +02:00
juan
775133281e feat: integrate Supabase for authentication and add routing for login, signup, and logout 2025-08-07 18:23:45 +02:00