Handles the user profiles for Appa
- C++ 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| cabin.toml | ||
| README.md | ||
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++23But I'm personally a big fan of the cabin project so, give it a try.