Skip to content

appetiteclub/appetite

Repository files navigation

Appetite

Tests codecov

Appetite Orders Board

See more in the gallery

A restaurant venue manager built with Go microservices, focusing on real-time operations and kitchen coordination.


Installation

Clone

git clone https://github.com/appetiteclub/appetite.git
cd appetite

Run

To quickly start all available services locally:

make run-all

This 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.