fabio 167be9b0b3 feat: implement user profile management with avatars, login, and personal data
- 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.
2026-07-02 10:54:56 +02:00
2026-07-02 10:54:13 +02:00
2026-07-02 10:54:13 +02:00
2026-07-02 08:32:57 +00:00
2026-07-02 10:54:13 +02:00

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.

Description
test del framework encore
Readme MIT 2.9 MiB
Languages
TypeScript 38.4%
Vue 32.8%
Go 23.5%
JavaScript 4.5%
HTML 0.5%
Other 0.3%