{"id":31647543,"url":"https://github.com/arijit2002/microservices_docker_deployment","last_synced_at":"2025-10-07T06:19:54.632Z","repository":{"id":313454452,"uuid":"1051491430","full_name":"arijit2002/Microservices_Docker_Deployment","owner":"arijit2002","description":"NodeJS \u0026 Python Microservice","archived":false,"fork":false,"pushed_at":"2025-09-06T06:03:32.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T07:19:20.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/arijit2002.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T05:21:52.000Z","updated_at":"2025-09-06T06:03:36.000Z","dependencies_parsed_at":"2025-09-06T07:19:23.695Z","dependency_job_id":"55520159-85a0-46a5-898d-af81485aacd9","html_url":"https://github.com/arijit2002/Microservices_Docker_Deployment","commit_stats":null,"previous_names":["arijit2002/microservices_docker_deployment"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/arijit2002/Microservices_Docker_Deployment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arijit2002%2FMicroservices_Docker_Deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arijit2002%2FMicroservices_Docker_Deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arijit2002%2FMicroservices_Docker_Deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arijit2002%2FMicroservices_Docker_Deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arijit2002","download_url":"https://codeload.github.com/arijit2002/Microservices_Docker_Deployment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arijit2002%2FMicroservices_Docker_Deployment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278729496,"owners_count":26035667,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2025-10-07T06:19:53.219Z","updated_at":"2025-10-07T06:19:54.627Z","avatar_url":"https://github.com/arijit2002.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microservices_Docker_Deployment\nNodeJS \u0026amp; Python Microservice\n\nRun Service:\n```docker-compose up --build```\n\nBasic Docker commands:\nStart all services (build images if needed)\n```docker-compose up```\n\n## Start all services and rebuild images\n```docker-compose up --build```\n\n## Run services in the background (detached mode)\n```docker-compose up -d```\n\n## Stop and remove containers, networks, images, and volumes\n```docker-compose down```\n\n## View logs from all services\n```docker-compose logs```\n\n## List running containers managed by docker-compose\n```docker-compose ps```\n\n## Stop services without removing containers\n```docker-compose stop```\n\n## Restart services\n```docker-compose restart```\n\n```\nMicroservices_Docker_Deployment/\n│── .github/\n│   └── workflows/               # GitHub Actions workflows\n│       ├── nodejs.yml           # CI/CD for Node.js Auth Service\n│       └── python.yml           # CI/CD for Python Product Service\n│\n├── auth-service/                # Node.js Auth Service\n│   ├── index.js                 # Express server (signup, login)\n│   ├── package.json             # Node.js dependencies\n│   └── Dockerfile               # Dockerfile for Node.js service\n│\n├── product-service/             # Python Flask Product Service\n│   ├── app.py                   # Flask CRUD APIs (JWT protected)\n│   ├── requirements.txt         # Python dependencies\n│   └── Dockerfile               # Dockerfile for Flask service\n│\n├── docker-compose.yml           # Run all services together\n└── README.md                    # Project documentation\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farijit2002%2Fmicroservices_docker_deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farijit2002%2Fmicroservices_docker_deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farijit2002%2Fmicroservices_docker_deployment/lists"}