HayemR 79b959aac7
Deploy photobooth / deploy (push) Has been cancelled
database
2026-05-26 10:14:31 +07:00
2026-05-26 09:07:16 +07:00
2026-05-25 19:07:12 +07:00
2026-05-26 07:39:12 +07:00
2026-05-26 09:07:16 +07:00
2026-05-25 19:07:12 +07:00
2026-05-26 10:14:31 +07:00
2026-05-26 09:07:16 +07:00
2026-05-25 19:07:12 +07:00
2026-05-25 19:07:12 +07:00
2026-05-26 10:14:31 +07:00
2026-05-26 07:23:31 +07:00
2026-05-26 09:07:16 +07:00
2026-05-25 19:07:12 +07:00
2026-05-25 19:07:12 +07:00
2026-05-25 19:07:12 +07:00
2026-05-25 19:07:12 +07:00
2026-05-25 19:07:12 +07:00
2026-05-25 19:07:12 +07:00
2026-05-25 19:07:12 +07:00
2026-05-26 09:07:16 +07:00
2026-05-25 19:07:12 +07:00
2026-05-25 19:07:12 +07:00
2026-05-26 10:14:31 +07:00
2026-05-25 19:07:12 +07:00
2026-05-25 19:07:12 +07:00

photobooth

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

yarn

Environment

Create .env.local (or copy from .env.example) and set:

VITE_API_BASE_URL=https://your-api.example.com

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Backend requirements (for auth + saved strips)

This app expects a backend that implements:

  • POST /auth/signup
  • POST /auth/login
  • POST /auth/refresh (uses HttpOnly refresh cookie)
  • POST /auth/logout
  • GET /me
  • GET /media?type=strip
  • POST /media (accepts dataUrl for strip PNG)
  • DELETE /media/:id

If frontend and backend are on different domains, backend must support:

  • CORS with an explicit Access-Control-Allow-Origin (not *)
  • Access-Control-Allow-Credentials: true
  • refresh cookie set with HttpOnly; Secure; SameSite=None
S
Description
No description provided
Readme 8.7 MiB
Languages
Vue 53%
JavaScript 37%
PowerShell 6.6%
Shell 2.3%
Batchfile 0.8%
Other 0.3%