{"id":20003241,"url":"https://github.com/mbrsagor/rabbitmq","last_synced_at":"2026-05-16T17:39:24.970Z","repository":{"id":111135933,"uuid":"289079430","full_name":"mbrsagor/RabbitMQ","owner":"mbrsagor","description":"Simple Async Django App with Celery and RabbitMQ","archived":false,"fork":false,"pushed_at":"2022-01-24T17:27:08.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T22:42:51.897Z","etag":null,"topics":["celery","django","rabittmq","rest-api"],"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/mbrsagor.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":"2020-08-20T18:25:22.000Z","updated_at":"2022-01-24T10:24:20.000Z","dependencies_parsed_at":"2023-06-02T21:30:16.196Z","dependency_job_id":null,"html_url":"https://github.com/mbrsagor/RabbitMQ","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbrsagor/RabbitMQ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FRabbitMQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FRabbitMQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FRabbitMQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FRabbitMQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrsagor","download_url":"https://codeload.github.com/mbrsagor/RabbitMQ/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FRabbitMQ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33112360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["celery","django","rabittmq","rest-api"],"created_at":"2024-11-13T05:24:45.801Z","updated_at":"2026-05-16T17:39:24.950Z","avatar_url":"https://github.com/mbrsagor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RabbitMQ\n\u003e RabbitMQ is the most widely deployed open source message broker.\n\n###### You have to must install below in your system.\n\n### Prerequisites\n- Python\n- Django\n- RabbitMQ-server\n\n#### Setup:\n\nThe following steps will walk you thru installation on a Mac. I think linux should be similar. It's also possible to develop on a Windows machine, but I have not documented the steps. If you've developed django apps on Windows, you should have little problem getting up and running.\n\n```bash\ngit clone https://github.com/mbrsagor/RabbitMQ.git\ncd RabbitMQ\nvirtualenv venv --python=python3.8\npip install -r requirements.txt\n```\n\n###### Then create ``.env`` file and paste code from `sample.env` file and add validate information.\n\n-------------------------------------------\n```bash\n|--\u003e .sample.env\n|--\u003e .env\n```\n\n#### Run:\n```bash\n./manage.py makemigrations \u0026\u0026 manage.py migrate\n./manage.py createsuperuser\n./manage.py runserver\n```\n\n##### Run RabbitMQ:\n```\nrabbitmq-server start\ncelery -A RabbitMQ worker -l info\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Frabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrsagor%2Frabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Frabbitmq/lists"}