rsouza01 / rest_microservice

My study files on how to implement a micro-serivce on C++ using the C++ REST SDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest micro-service

License

               ___          _______ 
              | \ \        / / ____|
 _ __ ___  ___| |\ \  /\  / / (___  
| '__/ _ \/ __| __\ \/  \/ / \___ \ 
| | |  __/\__ \ |_ \  /\  /  ____) |
|_|  \___||___/\__| \/  \/  |_____/ 

My study files on how to implement a micro-serivce on C++ using the C++ REST SDK. Based on https://github.com/ivanmejiarocha/micro-service

How to build

$ make

How to run

$ ./bin/restws

References

Getting started with Tutorial C++ Rest SDK.

C++ Rest SDK Wiki.

C++ Rest SDK Examples.

C++ project structure.

C++ Microservices project Part I Part II Github.

External References

Json implementation Github.

Logs implementation Github.

ASCII Art!!! website.

License

See LICENSE

About

My study files on how to implement a micro-serivce on C++ using the C++ REST SDK.

License:MIT License


Languages

Language:C++ 99.7%Language:Makefile 0.2%Language:C 0.1%