wannpassts/frontend
Tronax cb30223fd4
feat: add WannPassts booking app with Go backend and Vue frontend
Initial project setup for a privacy-focused, self-hosted scheduling app:

- Go backend with JWT auth, SQLite storage, and chi router
- Calendar integrations via Google OAuth (FreeBusy), CalDAV, and ICS links
- Public booking pages with configurable slots and booking requests
- AES-256-GCM encryption for stored provider tokens
- Vue 3 + TypeScript frontend with Vite, Pinia, and Vue Router
- Docs, .gitignore, and .env.example for local development
2026-08-25 18:50:28 +02:00
..
public feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
src feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
index.html feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
package-lock.json feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
package.json feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
tsconfig.json feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
vite.config.ts feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00