{"id":24849271,"url":"https://github.com/bugbiteme/fastapi-test","last_synced_at":"2025-10-25T17:34:46.981Z","repository":{"id":212544655,"uuid":"731677227","full_name":"bugbiteme/fastapi-test","owner":"bugbiteme","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-16T19:40:24.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T15:47:09.045Z","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/bugbiteme.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":"2023-12-14T16:06:14.000Z","updated_at":"2023-12-14T20:02:03.000Z","dependencies_parsed_at":"2023-12-14T21:23:40.067Z","dependency_job_id":"46925f9c-44f0-40fd-a3f2-4d671da0b610","html_url":"https://github.com/bugbiteme/fastapi-test","commit_stats":null,"previous_names":["bugbiteme/fastapi-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bugbiteme/fastapi-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Ffastapi-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Ffastapi-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Ffastapi-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Ffastapi-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugbiteme","download_url":"https://codeload.github.com/bugbiteme/fastapi-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Ffastapi-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271636034,"owners_count":24794144,"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":[],"created_at":"2025-01-31T12:30:26.098Z","updated_at":"2025-10-25T17:34:46.929Z","avatar_url":"https://github.com/bugbiteme.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastapi-test\n\nFollowing tutorial at https://fastapi.tiangolo.com/tutorial/\n\nTo build and run a container:  \n\n```\npodman build -t fastapi-test .\npodman run -p 8000:8080 fastapi-test\n```\n\nThis command runs the podman container, mapping port 8000 on your local machine to port 8080 in the podman container (which your FastAPI app should be listening on).  \n  \n## To test locally\n\nIf you're not already doing so, consider using a virtual environment. This isolates your project's dependencies from the global Python environment and can often resolve conflicts and dependency issues.  \n  \n```\npython -m venv venv\nsource venv/bin/activate  # For Unix or MacOS\nvenv\\Scripts\\activate     # For Windows\n\npip install --upgrade pip\npip install -r requirements.txt\n\nuvicorn main:app --reload\n```\n\n## To clean up python virtual environment\n- If you are currently inside a virtual environment, you'll need to deactivate it first. You can do this by running the deactivate command in your terminal or command prompt.  \n\n```\ndeactivate\n```\n\nThis will return you to your system's default Python environment.  \n  \nOnce you've deactivated the virtual environment, you can simply delete its directory to remove it completely. The virtual environment is just a directory containing all the necessary files, so removing this directory will delete the environment.\n\n```\nrm -rf venv  # Unix/Linux/MacOS\nrmdir /s /q venv  # Windows\n```\nFor some swagger action:\n\n```\n\u003curl\u003e/docs\n\u003curl\u003e/redocs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugbiteme%2Ffastapi-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugbiteme%2Ffastapi-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugbiteme%2Ffastapi-test/lists"}