Initial commit: Cabo Bachelor Party voting app

- Node.js/Express + WebSocket real-time voting
- Hotel, Golf, Nightlife, Excursion, Itinerary categories
- Seed data with 20+ Cabo venues and 3 itineraries
- Gitea issues: #1-16 for UI/UX improvements
This commit is contained in:
2026-04-28 20:55:42 -07:00
commit 6ed5f360ac
3 changed files with 982 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
node_modules/
data/
.DS_Store