Handles the user profiles for Appa
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-28 15:09:01 -04:00
src initial commit 2026-05-28 14:21:17 -04:00
.gitignore initial commit 2026-05-28 14:21:17 -04:00
cabin.toml initial commit 2026-05-28 14:21:17 -04:00
README.md chore: forgot to add some lines to the callout 2026-05-28 15:09:01 -04:00

Appa Profile Service

Handles the user profiles for Appa.

Dependencies

Building

Just call:

cabin run

And the app starts serving at port 9080.

Note

You can actually build without cabin by running:

g++ -o hello src/main.cpp $(pkg-config --cflags --libs libpistache) -std=c++23

But I'm personally a big fan of the cabin project so, give it a try.