Event management system built as a mono-repo using pnpm. Functions as a Progressive Web App (PWA) for desktop-like experience.
Available at: https://firetable-eu.web.app
Demo credentials:
- Owner: [email protected] / Owner@Demo!234,.
- Staff: [email protected] / Staff@Demo!234,.
- Manager: [email protected] / Manager@Demo!234,.
-
Organisation & Property Management
- Create and manage multiple organisations and their properties
- Role-based access control for users
-
Event Planning
- Floor plan designer with customizable elements (DJ booths, sofas, tables)
- Event scheduling and management
- Guest list creation and management
-
Reservation System
- Handle immediate and wait list reservations
- Track guest information and visit history
- Monitor consumption data
-
Analytics
- Track key metrics for reservations and events
- Analyze guest patterns and property performance
- Generate operational insights
-
Additional Features
- Dark mode support
- Multi-language interface
- Inventory management across properties
- frontend: Main web application
- backend: Firebase project
- functions: Cloud functions
- types: Shared type definitions
- floor-creator: Floor plan creation tool
- Frontend: Quasar (Vue.js framework)
- Backend: Firebase + Cloud Functions
- Install dependencies:
pnpm install
-
Configure Firebase:
- Rename
/backend/fb-config-template.json
tofb-config.json
- Add your Firebase credentials
- Rename
-
Start development:
- Firebase emulators:
pnpm run start:emulators
- Frontend server:
pnpm run dev:frontend
- Firebase emulators:
The app will be available at https://localhost:8080
Generate SSL certificates using mkcert
for HTTPS mode, or disable it in quasar.config.js
Required before first use:
- Visit Firebase Emulators UI (
http://localhost:3000/auth
) - Add new user with custom claim:
{ "role": "Administrator" }
- Use these credentials to log in
Currently supports English with partial German translations
Contributions welcome - feel free to fork and submit PRs!