{"id":27424103,"url":"https://github.com/pvfarooq/multi-framework-microservices","last_synced_at":"2025-04-14T11:30:50.899Z","repository":{"id":270613941,"uuid":"910487471","full_name":"pvfarooq/multi-framework-microservices","owner":"pvfarooq","description":"A straightforward e-commerce backend built with a microservices architecture using FastAPI and ExpressJS","archived":false,"fork":false,"pushed_at":"2025-01-05T07:20:05.000Z","size":101,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T00:44:02.942Z","etag":null,"topics":["expressjs","fastapi","microservice","nodejs","postgresql","pydantic","python","rabbitmq","sqlalchemy"],"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/pvfarooq.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":"2024-12-31T12:10:58.000Z","updated_at":"2025-01-09T17:32:57.000Z","dependencies_parsed_at":"2025-01-01T20:41:34.008Z","dependency_job_id":null,"html_url":"https://github.com/pvfarooq/multi-framework-microservices","commit_stats":null,"previous_names":["pvfarooq/fastapi-simple-ecommerce-microservice","pvfarooq/multi-framework-microservices"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvfarooq%2Fmulti-framework-microservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvfarooq%2Fmulti-framework-microservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvfarooq%2Fmulti-framework-microservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvfarooq%2Fmulti-framework-microservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pvfarooq","download_url":"https://codeload.github.com/pvfarooq/multi-framework-microservices/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248871675,"owners_count":21175270,"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","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":["expressjs","fastapi","microservice","nodejs","postgresql","pydantic","python","rabbitmq","sqlalchemy"],"created_at":"2025-04-14T11:30:50.364Z","updated_at":"2025-04-14T11:30:50.888Z","avatar_url":"https://github.com/pvfarooq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple e-commerce backend service using microservices \nA learning-focused implementation of a microservices-based e-commerce backend system. This project demonstrates microservices architecture, message queuing, and containerization principles using modern Python technologies.\n\n## Technology Stack\n\n#### Backend Framework \u0026 Tools\n\nFastAPI: Modern, fast web framework for building APIs\nSQLAlchemy: SQL toolkit and ORM\nAlembic: Database migration tool\nPydantic: Data validation using Python type annotations\n\n#### Data Storage \u0026 Messaging\n\nPostgreSQL: Primary database for all services\nRabbitMQ: Message broker for inter-service communication\n\n#### Infrastructure\n\nDocker: Containerization of services\nDocker Compose: Multi-container orchestration\n\n###Project Structure\n```\n├── main_service/             # User and Product management service\n│   ├── alembic/              # Database migrations\n│   ├── messaging/            # RabbitMQ communication handlers\n│   ├── user/                 # User module\n│   │   ├── models.py         # SQLAlchemy models\n│   │   ├── schemas.py        # Pydantic schemas\n│   │   └── crud.py          # Database operations\n│   ├── product/             # Product module\n│   │   ├── models.py\n│   │   ├── schemas.py\n│   │   └── crud.py\n│   ├── core/                # Core configurations\n│   │   ├── db.py           # Database configuration\n│   │   └── config.py       # Service configuration\n│   ├── Dockerfile\n│   ├── main.py             # FastAPI application entry point\n│   ├── requirements.txt\n│   └── .env\n│\n├── order_service/           # Order management service\n│   ├── alembic/\n│   ├── messaging/\n│   ├── order/\n│   │   ├── models.py\n│   │   ├── schemas.py\n│   │   └── crud.py\n│   ├── core/\n│   │   ├── db.py\n│   │   └── config.py\n│   ├── Dockerfile\n│   ├── main.py\n│   ├── requirements.txt\n│   └── .env\n│\n├── docker-compose.yml       # Service orchestration configuration\n├── Makefile                # Development automation commands\n└── README.md\n```\n\n### API Documentation\nOnce the services are running, access the API documentation:\n\nMain Service: http://localhost:8000/docs\n\nOrder Service: http://localhost:8001/docs\n\n\n#### Note\nThis project is intended for learning purposes and demonstrates microservices architecture concepts. It may not be suitable for production use without additional security and performance considerations.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvfarooq%2Fmulti-framework-microservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpvfarooq%2Fmulti-framework-microservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvfarooq%2Fmulti-framework-microservices/lists"}