{"id":17710931,"url":"https://github.com/engageintellect/fast-api","last_synced_at":"2025-03-31T09:21:32.149Z","repository":{"id":65806349,"uuid":"559071483","full_name":"engageintellect/fast-api","owner":"engageintellect","description":"A basic hello world with FastAPI","archived":false,"fork":false,"pushed_at":"2023-02-11T05:53:45.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T13:49:22.610Z","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/engageintellect.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-10-29T01:19:29.000Z","updated_at":"2023-03-07T04:23:54.000Z","dependencies_parsed_at":"2023-03-13T20:32:14.698Z","dependency_job_id":null,"html_url":"https://github.com/engageintellect/fast-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Ffast-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Ffast-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Ffast-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Ffast-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engageintellect","download_url":"https://codeload.github.com/engageintellect/fast-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443538,"owners_count":20778252,"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","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":"2024-10-25T07:43:55.749Z","updated_at":"2025-03-31T09:21:32.131Z","avatar_url":"https://github.com/engageintellect.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast API Demo\n\n## Description:\nFastAPI framework, high performance, easy to learn, fast to code, ready for production\n\n## The key features are:\n- **Fast** --\u003e Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available.\nFast to code: Increase the speed to develop features by about 200% to 300%.\n- **Fewer bugs** --\u003e Reduce about 40% of human (developer) induced errors.\n- **Intuitive** --\u003e Great editor support. Completion everywhere. Less time debugging.\n- **Easy** --\u003e Designed to be easy to use and learn. Less time reading docs.\n- **Short** --\u003e Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs.\n- **Robust** --\u003e Get production-ready code. With automatic interactive documentation.\n- **Standards-based** --\u003e Based on (and fully compatible with) the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema.\n\n# Getting Started\n1. clone repository\n```\ngit clone \u003crepo name\u003e\n```\n\n2. install dependencies\n```\ncd fast_api \u0026\u0026 sudo pip install -r requirements.txt\n```\n\n3. run code (dev)\n```\nuvicorn main:app --reload\n```\n\n4. run code (prod)\n```\nuvicorn main:app --host localhost --port 3000\n```\nTo keep a persistent connection, and to refesh during updates, add the ```--reload``` switch.\n\n```\nuvicorn main:app --host localhost --port 3000 --reload\n```\n\n\n4. test endpoints\n* [/](http://localhost:3000)\n* [/api/info](http://localhost:3000/api/info)\n* [/api/releases](http://localhost:3000/api/releases)\n* [/api/projects](http://localhost:3000/api/projects)\n* [/api/products](http://localhost:3000/api/products)\n\nOR\n\n* ```curl http://localhost:3000```\n* ```curl http://localhost:3000/info```\n* ```curl http://localhost:3000/releases```\n* ```curl http://localhost:3000/projects```\n* ```curl http://localhost:3000/products```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengageintellect%2Ffast-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengageintellect%2Ffast-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengageintellect%2Ffast-api/lists"}