Files
service-finder/frontend
Roo 89668a9beb Phase 1: Wire existing backend endpoints to frontend
- Wire garageStore.addVehicle to POST /assets/vehicles (real API call)
- Wire authStore.fetchUserProfile to GET /users/me (real API call)
- Remove mock data fallback for vehicle creation
- Add userProfile state to auth store

These changes connect the frontend to verified existing FastAPI endpoints as identified in the backend endpoint audit (#132).
2026-03-24 23:10:31 +00:00
..
2026-03-23 21:43:40 +00:00

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.