calaldees / KaraKara

Karaoke Event System - Attendees can view and queue tracks from their mobile phones
https://karakara.uk
GNU General Public License v3.0
28 stars 9 forks source link

`api_queue` created - deprecate `website`, `postgres`, `redis` #101

Closed calaldees closed 2 years ago

calaldees commented 2 years ago

The api_queue is complete enough for testing/integrating into clients TODO: add extra validation to POST /queue/{name}/ for creating new queue items. e.g. event_end and duplicate_performer

curl commands are provided in /api_queue/README.md and documentation is available at http://localhost/docs

calaldees commented 2 years ago

Talked this PR though with @shish . Looks like we're ready to try integrating this with the clients! Good luck!