docker compose up -d
cd api
go run .
- api available at http://localhost:8080
cd web
npm run dev
- available at http://localhost:5173
run with go run ./cmd [command]
Available commands:
fixtures
load fixturesclean-db
cleans dbcreate-user
prompt to create user