{"id":19492773,"url":"https://github.com/oatpp/oatpp-starter","last_synced_at":"2025-05-07T15:02:51.840Z","repository":{"id":47658176,"uuid":"131071958","full_name":"oatpp/oatpp-starter","owner":"oatpp","description":"Oatpp simple-API starter project","archived":false,"fork":false,"pushed_at":"2024-05-15T23:13:25.000Z","size":734,"stargazers_count":78,"open_issues_count":7,"forks_count":37,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T15:02:33.693Z","etag":null,"topics":["cpp","oatpp","simple","starter-project"],"latest_commit_sha":null,"homepage":"https://oatpp.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oatpp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-25T22:52:07.000Z","updated_at":"2025-03-31T19:25:55.000Z","dependencies_parsed_at":"2022-09-14T09:11:30.702Z","dependency_job_id":"bd3a83fe-7083-4510-b38e-f82f8ea463c3","html_url":"https://github.com/oatpp/oatpp-starter","commit_stats":{"total_commits":57,"total_committers":5,"mean_commits":11.4,"dds":0.07017543859649122,"last_synced_commit":"0686762717b9b135aff84c130923b6fe9a7c1e24"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Foatpp-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Foatpp-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Foatpp-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Foatpp-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oatpp","download_url":"https://codeload.github.com/oatpp/oatpp-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902612,"owners_count":21822260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","oatpp","simple","starter-project"],"created_at":"2024-11-10T21:22:59.253Z","updated_at":"2025-05-07T15:02:51.805Z","avatar_url":"https://github.com/oatpp.png","language":"C++","readme":"# oatpp-starter [![Build Status](https://dev.azure.com/lganzzzo/lganzzzo/_apis/build/status/oatpp.oatpp-starter?branchName=master)](https://dev.azure.com/lganzzzo/lganzzzo/_build/latest?definitionId=10\u0026branchName=master)\n\nStarter project of oat++ (AKA oatpp) application. Based on oatpp Multithreaded (Simple) API.\n\nSee more:\n\n- [Oat++ Website](https://oatpp.io/)\n- [Oat++ Github Repository](https://github.com/oatpp/oatpp)\n- [Get Started](https://oatpp.io/docs/start)\n\n## Overview\n\n### Project layout\n\n```\n|- CMakeLists.txt                        // projects CMakeLists.txt\n|- src/\n|    |\n|    |- controller/                      // Folder containing MyController where all endpoints are declared\n|    |- dto/                             // DTOs are declared here\n|    |- AppComponent.hpp                 // Service config\n|    |- App.cpp                          // main() is here\n|\n|- test/                                 // test folder\n|- utility/install-oatpp-modules.sh      // utility script to install required oatpp-modules.  \n```\n\n---\n\n### Build and Run\n\n#### Using CMake\n\n**Requires** \n\n- `oatpp` module installed. You may run `utility/install-oatpp-modules.sh` \nscript to install required oatpp modules.\n\n```\n$ mkdir build \u0026\u0026 cd build\n$ cmake ..\n$ make \n$ ./my-project-exe  # - run application.\n\n```\n\n#### In Docker\n\n```\n$ docker build -t oatpp-starter .\n$ docker run -p 8000:8000 -t oatpp-starter\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foatpp%2Foatpp-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foatpp%2Foatpp-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foatpp%2Foatpp-starter/lists"}