{"id":19165025,"url":"https://github.com/edson-a-soares/poco_module_didactic","last_synced_at":"2026-06-17T08:31:47.320Z","repository":{"id":119155608,"uuid":"107614125","full_name":"edson-a-soares/poco_module_didactic","owner":"edson-a-soares","description":"An application sample built using Poco C++ Libraries for running on Apache Server through Poco ApacheConnector.","archived":false,"fork":false,"pushed_at":"2019-02-02T20:07:14.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T23:13:59.218Z","etag":null,"topics":["cpp-apache-application","cpp-docker-setup","cpp-restful-webservice","cpp-web-services","modern-cpp","poco","poco-apache-connector","poco-libraries","poco-restful-webservice","poco-webapp"],"latest_commit_sha":null,"homepage":"","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/edson-a-soares.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":"2017-10-20T00:48:54.000Z","updated_at":"2020-05-21T23:10:05.000Z","dependencies_parsed_at":"2023-07-10T01:00:20.128Z","dependency_job_id":null,"html_url":"https://github.com/edson-a-soares/poco_module_didactic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edson-a-soares/poco_module_didactic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edson-a-soares%2Fpoco_module_didactic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edson-a-soares%2Fpoco_module_didactic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edson-a-soares%2Fpoco_module_didactic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edson-a-soares%2Fpoco_module_didactic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edson-a-soares","download_url":"https://codeload.github.com/edson-a-soares/poco_module_didactic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edson-a-soares%2Fpoco_module_didactic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34441282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-apache-application","cpp-docker-setup","cpp-restful-webservice","cpp-web-services","modern-cpp","poco","poco-apache-connector","poco-libraries","poco-restful-webservice","poco-webapp"],"created_at":"2024-11-09T09:26:08.548Z","updated_at":"2026-06-17T08:31:47.299Z","avatar_url":"https://github.com/edson-a-soares.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Poco ApacheConnector Sample\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.md)\n\n### Overview \n\nThat is a simple application example created using [Poco C++ Libraries](https://pocoproject.org). \nApacheConnector is a Poco module that allows one to run C++ applications built using Poco Framework on Apache Server. \nThe purpose of this sample is showing a bit more about running an Poco C++ application over ApacheConnector than what is available on Poco documentation.\n\n### Requirements for running it\n\n- Docker\n\n### Running the application\n\nFor starting the application:\n\n```bash\ndocker build -t poco-apacheconnector-sample .\ndocker run -p8080:80 -d poco-apacheconnector-sample \n```\n\nFor following its execution reach Apache access and error logs:\n\n```bash\ndocker ps\ndocker exec -it CONTAINER ID /bin/bash\n# tail -f /var/log/apache2/error.log\n```\n\nNow, just access the address **http://localhost:8080** on your favorite web browser. \n\nFor destroying the environment:\n\n```bash\ndocker ps\ndocker stop CONTAINER ID\n```\n\n### Standards and Style\n\nThis project do not follow any specific **Coding Style Guidelines or Standard**. But, it has been influenced by [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html), \n[PPP Style Guide](http://www.stroustrup.com/Programming/PPP-style-rev3.pdf) and [Applied Informatics C++ Coding Style Guide](https://www.appinf.com/download/CppCodingStyleGuide.pdf) itself.  \n\n### Useful links\n\n* [JSON API](http://jsonapi.org)\n* [Poco C++ Libraries](https://pocoproject.org)\n* [Google Test](https://github.com/google/googletest/blob/master/googletest/docs/Primer.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedson-a-soares%2Fpoco_module_didactic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedson-a-soares%2Fpoco_module_didactic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedson-a-soares%2Fpoco_module_didactic/lists"}