{"id":31698867,"url":"https://github.com/vinny990/order-management-api","last_synced_at":"2026-05-03T01:39:13.810Z","repository":{"id":317817994,"uuid":"1068954202","full_name":"vinny990/order-management-api","owner":"vinny990","description":"FastAPI-based Order Management API with SQLite, Docker, and CI/CD pipeline.","archived":false,"fork":false,"pushed_at":"2025-10-03T07:40:29.000Z","size":15663,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-03T09:14:51.100Z","etag":null,"topics":["backend","ci-cd","docker","fastapi","microservices","python","rest-api","sqlalchemy","sqlite"],"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/vinny990.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-03T07:08:20.000Z","updated_at":"2025-10-03T07:40:32.000Z","dependencies_parsed_at":"2025-10-03T09:25:03.909Z","dependency_job_id":null,"html_url":"https://github.com/vinny990/order-management-api","commit_stats":null,"previous_names":["vinny990/order-management-api"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vinny990/order-management-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinny990%2Forder-management-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinny990%2Forder-management-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinny990%2Forder-management-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinny990%2Forder-management-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinny990","download_url":"https://codeload.github.com/vinny990/order-management-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinny990%2Forder-management-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000702,"owners_count":26082805,"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-08T02:00:06.501Z","response_time":56,"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":["backend","ci-cd","docker","fastapi","microservices","python","rest-api","sqlalchemy","sqlite"],"created_at":"2025-10-08T19:11:22.093Z","updated_at":"2025-10-08T19:11:48.537Z","avatar_url":"https://github.com/vinny990.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Order Management API (FastAPI + Docker + CI)\nA minimal backend demonstrating REST APIs, persistence, containers, and CI.\n## Features\n- Create, fetch, and list orders\n- FastAPI with automatic docs at `/docs`\n- SQLAlchemy + SQLite (override with `DATABASE_URL`)\n- Dockerfile and docker-compose for local runs\n- GitHub Actions CI (tests + Docker build)\n## Run locally (Python)\n```bash\npython -m venv .venv \u0026\u0026 source .venv/bin/activate\npip install -r requirements.txt\nuvicorn app.main:app --reload\n```\nOpen http://localhost:8000/docs\n## Run with Docker\n```bash\ndocker compose up --build\n```\nOpen http://localhost:8000/docs\n## API Examples\nCreate:\n```bash\ncurl -X POST http://localhost:8000/orders -H \"Content-Type: application/json\" -d '{\"item\":\"Brake Pads\",\"quantity\":2}'\n```\nGet by id:\n```bash\ncurl http://localhost:8000/orders/1\n```\nList:\n```bash\ncurl http://localhost:8000/orders\n```\n## Env\n- `DATABASE_URL` (default: `sqlite:///./app.db`)\n## Tests\n```bash\npytest -q\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinny990%2Forder-management-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinny990%2Forder-management-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinny990%2Forder-management-api/lists"}