{"id":17096109,"url":"https://github.com/ega4432/containerized-express-boilerplate","last_synced_at":"2026-01-20T21:07:14.278Z","repository":{"id":46109492,"uuid":"427372807","full_name":"ega4432/containerized-express-boilerplate","owner":"ega4432","description":"This is a simple boilerplate of containerized Express monolithic application using Docker/Docker Compose.","archived":false,"fork":false,"pushed_at":"2024-06-17T10:12:07.000Z","size":727,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T01:13:10.735Z","etag":null,"topics":["boilerplate","docker","docker-compose","express","mysql","nginx","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ega4432.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":"2021-11-12T13:38:36.000Z","updated_at":"2021-12-01T11:52:35.000Z","dependencies_parsed_at":"2024-04-23T23:30:57.778Z","dependency_job_id":"ba102ae8-1818-4ef1-ad8e-fca69fb577af","html_url":"https://github.com/ega4432/containerized-express-boilerplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/ega4432/containerized-express-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Fcontainerized-express-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Fcontainerized-express-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Fcontainerized-express-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Fcontainerized-express-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ega4432","download_url":"https://codeload.github.com/ega4432/containerized-express-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Fcontainerized-express-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28613719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["boilerplate","docker","docker-compose","express","mysql","nginx","nodejs"],"created_at":"2024-10-14T14:44:39.567Z","updated_at":"2026-01-20T21:07:14.258Z","avatar_url":"https://github.com/ega4432.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# containerized-express-boilerplate\n\n[![Build](https://github.com/ega4432/containerized-express-boilerplate/actions/workflows/build.yaml/badge.svg)](https://github.com/ega4432/containerized-express-boilerplate/actions/workflows/build.yaml)\n![node.js](https://img.shields.io/badge/node-16.13.0--alpine3.12-blue.svg?style=plastic\u0026logo=node.js\u0026logoColor=#339933)\n![nginx](https://img.shields.io/badge/nginx-1.21.3--alpine-blue.svg?logo=nginx\u0026logoColor=#009639)\n![mysql](https://img.shields.io/badge/mysql-8.0-blue.svg?logo=mysql\u0026logoColor=#4479A1)\n\n![Overview](https://github.com/ega4432/containerized-express-boilerplate/blob/main/docs/overview.png)\n\nThis is a simple boilerplate of containerized Express monolithic application using Docker/Docker Compose.\n\n## Requirements\n\n- Git\n- Docker\n\n## Usage\n\n1. Create your new repository using this boilerplate for template.\n\n![Use template](https://github.com/ega4432/containerized-express-boilerplate/blob/main/docs/screentshot_setup.png)\n\n```sh\n% git clone https://github.com/\u003cYOUR_USERNAME\u003e/\u003cYOUR_REPOSITORY\u003e.git\n\n% cp ./.env.example ./.env\n```\n\n2. Build and run the containerized environment  in your local machine.\n\n```sh\n# Build\n% make build\n\n# Run containers\n% make up\n```\n\n## Components\n\n```sh\n% tree ./services -L 1\n./services\n├── mysql\n├── nginx\n└── node\n```\n\nSee below for details.\n\n### Application container\n\n key | value\n --- | ---\n Base image | [node](https://hub.docker.com/_/node):16.13.0-alpine3.12\n Dependency | DB container: `service_healthy`\n\n### Web contariner\n\n key | value\n --- | ---\n Base image | [nginx](https://hub.docker.com/_/nginx):1.21.3-alpine\n Dependency | Application container: `service_started`\n\n### DB container\n\n key | value\n --- | ---\n Base image | [mysql](https://hub.docker.com/_/mysql):8.0\n Dependency | -\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fega4432%2Fcontainerized-express-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fega4432%2Fcontainerized-express-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fega4432%2Fcontainerized-express-boilerplate/lists"}