{"id":23067390,"url":"https://github.com/dinushchathurya/docker-aws-sample-app","last_synced_at":"2026-04-12T03:38:05.120Z","repository":{"id":99309168,"uuid":"330717573","full_name":"dinushchathurya/docker-aws-sample-app","owner":"dinushchathurya","description":"Deploy simple To-Do App which created using Node.js, Express, MongoDB \u0026 ejs to AWS","archived":false,"fork":false,"pushed_at":"2021-01-21T15:42:46.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T19:50:38.487Z","etag":null,"topics":["aws","docker","docker-container","docker-containers","dockerized","dockerized-express","ejs","expres","mongodb","node-express","node-js","nodejs","todoapp"],"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/dinushchathurya.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":"2021-01-18T16:01:15.000Z","updated_at":"2021-02-21T04:27:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"24e602ff-bb81-4f0a-b43c-12c058448914","html_url":"https://github.com/dinushchathurya/docker-aws-sample-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dinushchathurya/docker-aws-sample-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinushchathurya%2Fdocker-aws-sample-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinushchathurya%2Fdocker-aws-sample-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinushchathurya%2Fdocker-aws-sample-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinushchathurya%2Fdocker-aws-sample-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dinushchathurya","download_url":"https://codeload.github.com/dinushchathurya/docker-aws-sample-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinushchathurya%2Fdocker-aws-sample-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31703501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":["aws","docker","docker-container","docker-containers","dockerized","dockerized-express","ejs","expres","mongodb","node-express","node-js","nodejs","todoapp"],"created_at":"2024-12-16T05:16:52.688Z","updated_at":"2026-04-12T03:38:05.115Z","avatar_url":"https://github.com/dinushchathurya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy simple To-Do App which created using Node.js, Express, MongoDb \u0026 ejs to AWS \n\n\n## Installation\n\n1. Clone repo\n2. run `npm install` \n\n## Create Mongo Image\n\n1. run `docker pull mongo`\n\n## Create Mongo-express Image\n\n1. run `docker pull mongo-express`\n\n## Create Docker Network\n\n1. run `docker network create mongo-network`\n\n## Start mongodb\n\n```\ndocker run -d -p 27017:27017 \n-e MONGO_INITDB_ROOT_USERNAME=admin \n-e MONGO_INITDB_ROOT_PASSWORD=password \n--name mongodb \n--net mongo-network mongo`\n```\n\n## Start mongo-express\n\n```\ndocker run -d -p 8081:8081 \n-e ME_CONFIG_MONGODB_ADMINUSERNAME=admin \n-e ME_CONFIG_MONGODB_ADMINPASSWORD=password  \n-e ME_CONFIG_MONGODB_SERVER=mongodb \n--name mongo-express\n--net mongo-network \nmongo-express\n```\n\n## Create Database\n\n1. Navigate to `http://localhost:8081/`\n2. Create Database \u0026 Collections\n\n## Usage \n\n1. run `npm run dev`\n2. Navigate to `localhost:3000`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinushchathurya%2Fdocker-aws-sample-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinushchathurya%2Fdocker-aws-sample-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinushchathurya%2Fdocker-aws-sample-app/lists"}