{"id":28430609,"url":"https://github.com/pydatablog/fast-demo","last_synced_at":"2025-10-06T00:49:26.505Z","repository":{"id":295491940,"uuid":"988922543","full_name":"PyDataBlog/fast-demo","owner":"PyDataBlog","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-30T17:20:44.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T21:39:11.183Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyDataBlog.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}},"created_at":"2025-05-23T09:27:42.000Z","updated_at":"2025-05-23T09:27:48.000Z","dependencies_parsed_at":"2025-05-25T21:33:30.021Z","dependency_job_id":"00ee2555-64d7-4649-897d-f8cb9ab4c2f4","html_url":"https://github.com/PyDataBlog/fast-demo","commit_stats":null,"previous_names":["pydatablog/fast-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PyDataBlog/fast-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyDataBlog%2Ffast-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyDataBlog%2Ffast-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyDataBlog%2Ffast-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyDataBlog%2Ffast-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyDataBlog","download_url":"https://codeload.github.com/PyDataBlog/fast-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyDataBlog%2Ffast-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278542673,"owners_count":26004061,"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-05T02:00:06.059Z","response_time":54,"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-06-05T14:07:31.010Z","updated_at":"2025-10-06T00:49:26.482Z","avatar_url":"https://github.com/PyDataBlog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Demo API\n\nThis project is a FastAPI application.\n\n## Running with Docker\n\n### Prerequisites\n\n- Docker installed on your system.\n\n### Build the Docker Image\n\nNavigate to the project's root directory (where the `Dockerfile` is located) and run the following command to build the Docker image:\n\n```bash\ndocker build -t fast-demo .\n```\n\n### Run the Docker Container\n\nOnce the image is built, you can run it as a container:\n\n```bash\ndocker run -p 8000:8000 fast-demo\n```\n\nThis command will:\n\n- Run the container in the foreground.\n- Map port 8000 of the container to port 8000 on your host machine.\n\n### Accessing the Application\n\nOnce the container is running, you can access the API endpoints:\n\n- **Main API Root**: `http://localhost:8000/api/fast-demo/`\n- **Main API Items (POST)**: `http://localhost:8000/api/fast-demo/items/`\n- **Sub API v21 Index**: `http://localhost:8000/api/fast-demo/v21/`\n- **Sub API v21 Sub-route**: `http://localhost:8000/api/fast-demo/v21/sub`\n\nYou can open these URLs in your browser or use an API client like Postman or curl. For example, to check the main API root:\n\n```bash\ncurl http://localhost:8000/api/fast-demo/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydatablog%2Ffast-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpydatablog%2Ffast-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydatablog%2Ffast-demo/lists"}