{"id":25763305,"url":"https://github.com/macagua/example.fastapi.helloworld","last_synced_at":"2026-05-15T01:32:35.085Z","repository":{"id":279505019,"uuid":"938601764","full_name":"macagua/example.fastapi.helloworld","owner":"macagua","description":"Building a Hello World application with FastAPI","archived":false,"fork":false,"pushed_at":"2025-02-25T22:18:56.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T11:40:26.065Z","etag":null,"topics":["fastapi","fastapi-crud","fastapi-framework","hello-world"],"latest_commit_sha":null,"homepage":"https://fastapi.tiangolo.com/tutorial/first-steps/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macagua.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-02-25T08:01:09.000Z","updated_at":"2025-02-25T22:18:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"def77dc6-60c0-4e7d-8e5c-28a795b5e461","html_url":"https://github.com/macagua/example.fastapi.helloworld","commit_stats":null,"previous_names":["macagua/example.fastapi.helloworld"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/macagua/example.fastapi.helloworld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.fastapi.helloworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.fastapi.helloworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.fastapi.helloworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.fastapi.helloworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macagua","download_url":"https://codeload.github.com/macagua/example.fastapi.helloworld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.fastapi.helloworld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050196,"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","fastapi-crud","fastapi-framework","hello-world"],"created_at":"2025-02-26T20:16:16.618Z","updated_at":"2026-05-15T01:32:35.067Z","avatar_url":"https://github.com/macagua.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# example.fastapi.helloworld\n\n\u003cimg src=\"./docs/_static/fastapi-framework.png\" alt=\"FastAPI\" width=\"40%\" /\u003e\n\nBuilding a *Hello World* application with FastAPI.\n\n\n----\n\n\n## Requirements\n\nPlease execute the following commands:\n\n```sh\n$ sudo apt update \u0026\u0026 sudo apt upgrade -y\n$ sudo apt install -y python3-dev python3-pip python3-virtualenv\n$ sudo apt install -y git\n$ git clone https://github.com/macagua/example.fastapi.helloworld.git fastapi-helloworld\n$ cd ./fastapi-helloworld\n$ virtualenv --python /usr/bin/python3 venv\n$ source ./venv/bin/activate\n$ pip3 install -U pip\n$ pip3 install -r requirements.txt\n```\n\nThis way, it has all the necessary requirements to execute\nthe example.\n\n----\n\n\n## Running\n\nPlease execute the following command:\n\n```sh\n$ fastapi dev main.py\n```\n\nOpen a new terminal windows for testing the API using a HTTP client\nas [curl](https://curl.se/) command.\n\n\n----\n\n\n## Make requests\n\nThe ``curl`` command allows you to quickly test an API from the terminal without\nthe need for having to download a specific application.\n\n\n## request GET with response 200\n\n\n```sh\n$ curl -X GET http://127.0.0.1:8000/\n```\n\nThe above command demonstrates how to perform a ``GET`` request to get the ``Hello World`` message.\n\n\n----\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n\n\n----\n\n\n## References\n\n- [FastAPI](https://fastapi.tiangolo.com/).\n- [First Steps - FastAPI](https://fastapi.tiangolo.com/tutorial/first-steps/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacagua%2Fexample.fastapi.helloworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacagua%2Fexample.fastapi.helloworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacagua%2Fexample.fastapi.helloworld/lists"}