{"id":23317018,"url":"https://github.com/tahmid-tanzim/microservices","last_synced_at":"2025-08-22T15:32:17.581Z","repository":{"id":41930538,"uuid":"49645555","full_name":"tahmid-tanzim/microservices","owner":"tahmid-tanzim","description":"Python microservices communication using RabbitMQ","archived":false,"fork":false,"pushed_at":"2023-02-16T04:42:46.000Z","size":52,"stargazers_count":1,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T08:40:02.334Z","etag":null,"topics":["django","docker","flask","mysql","python3","rabbitmq"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tahmid-tanzim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-01-14T12:20:24.000Z","updated_at":"2021-10-14T15:09:18.000Z","dependencies_parsed_at":"2024-12-20T16:19:03.812Z","dependency_job_id":"36073ce2-7757-440c-a502-915e867fafc7","html_url":"https://github.com/tahmid-tanzim/microservices","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tahmid-tanzim/microservices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-tanzim%2Fmicroservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-tanzim%2Fmicroservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-tanzim%2Fmicroservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-tanzim%2Fmicroservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tahmid-tanzim","download_url":"https://codeload.github.com/tahmid-tanzim/microservices/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-tanzim%2Fmicroservices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271658849,"owners_count":24798187,"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-08-22T02:00:08.480Z","response_time":65,"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":["django","docker","flask","mysql","python3","rabbitmq"],"created_at":"2024-12-20T16:18:57.254Z","updated_at":"2025-08-22T15:32:17.198Z","avatar_url":"https://github.com/tahmid-tanzim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microservices\n\n### Create a virtual environment to isolate our package dependencies locally\n```shell\npython3 -m venv env\nsource env/bin/activate  # On Windows use `env\\Scripts\\activate`\n```\n\n### Install Django and Django REST framework into the virtual environment\n```shell\npip install django\npip install djangorestframework\npip install django-cors-headers\npip install psycopg2-binary\npip install pika\n```\n\n### Django Migrations\n```shell\ndocker-compose exec backend bash\npython manage.py makemigrations\npython manage.py migrate\npython manage.py loaddata default_users\n```\n\n### Flask Migrations\n```shell\ndocker-compose exec backend bash\npython manager.py db init\npython manager.py db migrate\npython manager.py db upgrade\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahmid-tanzim%2Fmicroservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftahmid-tanzim%2Fmicroservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahmid-tanzim%2Fmicroservices/lists"}