Commit Graph

73 Commits

Author SHA1 Message Date
b2a9b7ea04 Fix login sequence: store token BEFORE calling getCurrentUser 2026-01-28 14:59:16 +11:00
b36b8e4846 Update frontend VITE_API_URL to use server IP 10.0.0.127 2026-01-28 13:22:09 +11:00
6099b87db9 Add 10.0.0.127:5173 to CORS allowed origins 2026-01-28 12:01:36 +11:00
cd8a062145 Update API URL to use server IP instead of localhost 2026-01-28 11:35:58 +11:00
1f58169043 Import both User and Chore models to fix relationships 2026-01-28 08:23:59 +11:00
7eb45c8b93 Fix User-Chore relationship with lazy loading 2026-01-28 08:23:46 +11:00
fb53891bc2 Fix import: get_current_user from auth module not security 2026-01-27 23:05:11 +11:00
baa93959e4 Fix input text color visibility (add text-gray-900) 2026-01-27 22:49:39 +11:00
24b3f53f7c Add Phase 2 deployment script 2026-01-27 22:32:32 +11:00
54d16bd553 Add Phase 2 implementation guide and documentation 2026-01-27 22:31:26 +11:00
42a4434b59 Add frontend environment configuration 2026-01-27 22:30:30 +11:00
c8897ba69c Update App.tsx with routing and authentication 2026-01-27 22:29:34 +11:00
9ce049abb5 Add chores router to main app 2026-01-27 22:28:01 +11:00
ecf14bda69 Add chores API endpoints with CRUD operations 2026-01-27 22:27:41 +11:00
08192a089e Add chore schemas for API requests/responses 2026-01-27 22:26:48 +11:00
d21c368cfd Add CreateChoreModal component 2026-01-27 22:22:59 +11:00
da92c08a7e Add ChoreCard component 2026-01-27 22:22:37 +11:00
93a2b8acb1 Add dashboard page with chore management 2026-01-27 22:22:21 +11:00
cdfcb1bcce Add login page component 2026-01-27 22:21:51 +11:00
edd51e61d3 Add auth context for user state management 2026-01-27 22:21:39 +11:00
d2f6fbd886 Add chore service API 2026-01-27 22:21:28 +11:00
6bcc0554e0 Add auth service with login/logout 2026-01-27 22:21:16 +11:00
00bf118781 Add axios API client with auth interceptors 2026-01-27 22:21:08 +11:00
d077647158 Pin bcrypt to 4.0.1 for compatibility with passlib 2026-01-26 22:55:35 +11:00
5284cce20d Fix default password - use shorter password for bcrypt 2026-01-26 22:26:44 +11:00
1729d07b64 Add email-validator dependency 2026-01-26 22:26:24 +11:00
54b9d96850 Update main.py to use cors_origins property 2026-01-26 22:18:48 +11:00
30efd49e8f Remove ALLOWED_ORIGINS from docker-compose - use default from config 2026-01-26 22:18:38 +11:00
6d83d89073 Fix ALLOWED_ORIGINS to accept comma-separated string 2026-01-26 22:17:18 +11:00
370b600916 Add user management endpoints 2026-01-26 21:56:52 +11:00
b0349f641e Add authentication endpoints 2026-01-26 21:56:38 +11:00
5dcdee7afd Add api/v1 __init__.py 2026-01-26 21:56:24 +11:00
1eea6692e8 Add api __init__.py 2026-01-26 21:56:20 +11:00
c84e173a7f Add Auth schemas 2026-01-26 21:56:15 +11:00
e74f5d717f Add User schemas 2026-01-26 21:56:10 +11:00
742a9c9880 Add schemas __init__.py 2026-01-26 21:56:04 +11:00
5a022ebcb2 Add Meal model 2026-01-26 21:55:58 +11:00
0a17ecf1a8 Add Chore model 2026-01-26 21:55:51 +11:00
5d79f10f85 Add User model 2026-01-26 21:55:43 +11:00
c87dd94ef8 Add models __init__.py 2026-01-26 21:55:35 +11:00
15d13d5225 Add security utilities 2026-01-26 21:55:30 +11:00
93a65fb29d Add database configuration 2026-01-26 21:55:21 +11:00
5619820413 Add core __init__.py 2026-01-26 21:55:14 +11:00
dc20f50fa2 Add core configuration 2026-01-26 21:55:09 +11:00
d4a691bb1e Add app __init__.py 2026-01-26 21:55:02 +11:00
48e1ea9f6b Add main FastAPI application 2026-01-26 21:54:58 +11:00
9b565d0ff4 Add database initialization script 2026-01-26 21:54:50 +11:00
939e933823 Add backend requirements.txt 2026-01-26 21:54:36 +11:00
c3424c7f29 Add backend Dockerfile 2026-01-26 21:54:31 +11:00
4b6f8a6969 Add frontend public directory 2026-01-26 21:51:43 +11:00