Update README.md

This commit is contained in:
Leonid Stryzhevskyi 2018-03-15 06:22:27 +02:00 committed by GitHub
parent 6bb2064f16
commit 21b62ddf11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,3 +19,9 @@ Organic. Pure C++.
## How to start
Grab any project from [examples](https://github.com/oatpp/oatpp-examples), and follow README
### Examples:
- [oatpp-boost-asio](https://github.com/oatpp/oatpp-examples/tree/master/oatpp-boost-asio) - Example project of how-to use boost-asio as a connection provider for oatpp
- [ApiClient-Demo](https://github.com/oatpp/oatpp-examples/tree/master/ApiClient-Demo) - Example project of how-to use Retrofit-like client wrapper (ApiClient) and how it works
- [CRUD](https://github.com/oatpp/oatpp-examples/tree/master/crud) - Example project of how-to create basic CRUD endpoints