167be9b0b3e618498d00cac74801e0a7aa453b19
- Add avatar upload functionality with public URL access. - Implement user login with email and password authentication. - Create endpoints for fetching and updating the authenticated user's profile. - Set up database migrations for user profiles, including email and role management. - Introduce personal data management linked to user profiles. - Add email verification process with welcome email templates.
encore-test
Test del framework Encore con backend Go e frontend Quasar.
Prerequisiti
- Encore:
brew install encoredev/tap/encore - Go
- Node.js e pnpm per il frontend
Avvio locale
Backend:
encore run
Frontend:
cd frontend
pnpm install
pnpm dev
Test
Backend:
go test ./...
Frontend:
cd frontend
pnpm typecheck
Note Encore
Con encore run attivo, il dashboard locale e' disponibile su:
http://localhost:9400/
Le API locali sono esposte dall'ambiente Encore locale. Consulta il Service Catalog nel dashboard per endpoint e schema aggiornati.
Languages
TypeScript
38.4%
Vue
32.8%
Go
23.5%
JavaScript
4.5%
HTML
0.5%
Other
0.3%