Initial commit

This commit is contained in:
fabio
2026-06-08 13:50:09 +02:00
parent 591a6181cf
commit 2608ce6e60
8 changed files with 245 additions and 107 deletions

View File

@@ -1,3 +1,50 @@
# encore-test
test del framework encore
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:
```bash
encore run
```
Frontend:
```bash
cd frontend
pnpm install
pnpm dev
```
## Test
Backend:
```bash
go test ./...
```
Frontend:
```bash
cd frontend
pnpm typecheck
```
## Note Encore
Con `encore run` attivo, il dashboard locale e' disponibile su:
```text
http://localhost:9400/
```
Le API locali sono esposte dall'ambiente Encore locale. Consulta il Service Catalog nel dashboard per endpoint e schema aggiornati.