{"id":28356093,"url":"https://github.com/landiluigi746/cpp-backend-template","last_synced_at":"2026-05-03T05:34:46.882Z","repository":{"id":293123126,"uuid":"982753800","full_name":"landiluigi746/cpp-backend-template","owner":"landiluigi746","description":"Small C++ backend template with CMake as build system, vcpkg as dependency manager, Crow as web framework and Docker support","archived":false,"fork":false,"pushed_at":"2025-05-23T08:04:23.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T11:52:59.592Z","etag":null,"topics":["backend","backend-template","cmake","cpp","cpp-template","crowcpp","docker","template-project"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/landiluigi746.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,"zenodo":null}},"created_at":"2025-05-13T11:04:42.000Z","updated_at":"2025-05-23T08:04:27.000Z","dependencies_parsed_at":"2025-05-13T19:55:24.291Z","dependency_job_id":"d9b0af8e-087f-40be-a4f5-17750b77d3da","html_url":"https://github.com/landiluigi746/cpp-backend-template","commit_stats":null,"previous_names":["landiluigi746/cpp-backend-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/landiluigi746/cpp-backend-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landiluigi746%2Fcpp-backend-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landiluigi746%2Fcpp-backend-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landiluigi746%2Fcpp-backend-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landiluigi746%2Fcpp-backend-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/landiluigi746","download_url":"https://codeload.github.com/landiluigi746/cpp-backend-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landiluigi746%2Fcpp-backend-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261020073,"owners_count":23098073,"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":["backend","backend-template","cmake","cpp","cpp-template","crowcpp","docker","template-project"],"created_at":"2025-05-28T06:12:48.425Z","updated_at":"2026-05-03T05:34:46.877Z","avatar_url":"https://github.com/landiluigi746.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cpp-backend-template\n\nThis is a small C++ backend template that uses CMake as build system, vcpkg as dependency manager, Crow as web framework and features Docker and Docker compose support.\nIt also provides already defined Microsoft-like formatting options with clang-format.\n\n## Dependencies\n\nTo use this template you need:\n\n- a C++ compiler (C++23 is used by default, edit [CMake config](CMakeLists.txt) if you want to use a different standard)\n- CMake (3.14.0 \u003e=)\n- vcpkg\n- Docker and Docker compose\n- clang-format (optional, used to format code)\n\n## Getting started\n\nTo get started with this template, either clone it or generate a new repo from this one.\nThen, create a ```.env``` file with env variables (see an example configuration [here](.env.sample)).\n\nTo prepare the local environment, run the following command:\n```bash\nmake devenv\n```\n\nThen, to start all containers with docker compose:\n```bash\nmake up\n```\n\nTo stop all containers with docker compose:\n```bash\nmake down\n```\n\nTo see logs from the container:\n```bash\nmake logs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flandiluigi746%2Fcpp-backend-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flandiluigi746%2Fcpp-backend-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flandiluigi746%2Fcpp-backend-template/lists"}