| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example project how-to use oat++ (AKA oatpp) asynchronous API.
See more:
|- CMakeLists.txt // projects CMakeLists.txt |- src/ | | | |- controller/ // Folder containing controller where all endpoints are declared | |- dto/ // DTOs are declared here | |- AppComponent.hpp // Service config | |- App.cpp // main() is here | |- test/ // test folder |- utility/install-oatpp-modules.sh // utility script to install required oatpp-modules.
Requires
$ mkdir build && cd build $ cmake .. $ make $ ./example-async-api-exe # - run application.
$ docker build -t example-async-api . $ docker run -p 8000:8000 -t example-async-api
| Back | FazBrowse Home | New Git URL |