A restaurant venue manager built with Go microservices, focusing on real-time operations and kitchen coordination.
git clone https://github.com/appetiteclub/appetite.git
cd appetiteTo quickly start all available services locally:
make run-allThis command builds all components and starts the local stack (Admin, AuthN, AuthZ, Table).
Logs for each service are stored in their respective folders under services/.
On the first run, the console will display the generated user and password to access the interface and explore the current implementation.
