{"id":21838331,"url":"https://github.com/cobaltgit/fastapi-template","last_synced_at":"2026-05-14T20:33:12.839Z","repository":{"id":104425589,"uuid":"562594853","full_name":"cobaltgit/fastapi-template","owner":"cobaltgit","description":"A barebones template for FastAPI web applications","archived":false,"fork":false,"pushed_at":"2022-11-20T20:44:36.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-04T15:51:59.556Z","etag":null,"topics":["fastapi","heroku","python","web"],"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/cobaltgit.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":"2022-11-06T20:21:57.000Z","updated_at":"2022-11-06T20:26:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ca134f5-3ec0-4683-86fe-86810da189b1","html_url":"https://github.com/cobaltgit/fastapi-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cobaltgit/fastapi-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltgit%2Ffastapi-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltgit%2Ffastapi-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltgit%2Ffastapi-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltgit%2Ffastapi-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cobaltgit","download_url":"https://codeload.github.com/cobaltgit/fastapi-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltgit%2Ffastapi-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33042201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["fastapi","heroku","python","web"],"created_at":"2024-11-27T21:10:27.302Z","updated_at":"2026-05-14T20:33:12.823Z","avatar_url":"https://github.com/cobaltgit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI App Template\n\nThis repository contains a minimal template for FastAPI web applications  \nPlease do note that FastAPI requires Python 3.7 as the minimum version, for any platform.\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n---\n\n## Setting up the environment\n\nTo begin coding your application, let's walk you through a few simple steps to set up your environment:\n\n1. Clone this repository\n    ```\n    ...\n    \u003e git clone https://github.com/cobaltgit/fastapi-template.git\n    \u003e cd fastapi-template\n    ...\n    ```\n2. Create a virtual environment and enter it\n    ```bash\n    # Unix-like and Linux systems#\n    ...\n    $ python3 -m venv venv\n    $ source venv/bin/activate\n    ...\n\n    # or for Windows systems...\n    ...\n    \u003e py -3 -m venv venv\n    \u003e venv/Scripts/activate.bat\n    ...\n    ```\n3. Install the required packages\n   ```bash\n   ...\n   \u003e pip install -r requirements.txt\n   ...\n   ```\n4. Happy coding! Feel free to create and modify files within the `app` directory to create your own API or any other web app!\n\n---\n\n## Running your application\n\nTo test your application, you can run the command `uvicorn app:app` in your terminal or use the `start` script that is associated with your platform.  \nGo to the link that appears in the logs (`http://127.0.0.1:8000`): you should see the base JSON response `{response: \"Hello World!\"}`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobaltgit%2Ffastapi-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobaltgit%2Ffastapi-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobaltgit%2Ffastapi-template/lists"}