CueKeeper - Day 1
I’m building a web-based sound cue manager for theater productions. You load audio, sequence cues, and trigger them from any device of the same LAN.
In the 1st 20 mins, I got:
- two api endpoints (Get to list, POST to upload)
- static files mounted so index.html loads at /
- startup even that creates folders/files automatically
Next:
- Test/finalize file uploads and metadata persistance
- Render the cue list in the UI with a play button
- Basic audio playback