Skip to content

plavjanik/cpprestserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple REST API Service in C++

This is a sample application that is used in this Medium story.

Installation

Prerequsites

Building

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" }

About

Sample C++ REST API Service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published