This is a sample application that is used in this Medium story.
- CMake
- Boost
- Served
cd build
cmake ../ && make
Then execute:
../build/cpprestserver
Try:
curl "http://localhost:8123/api/v1/greeting?name=world"
The output should be:
{ "content": "Hello, world" }