{"id":20601990,"url":"https://github.com/bessouat40/python-fastapi-template","last_synced_at":"2025-10-11T11:04:08.903Z","repository":{"id":139563791,"uuid":"602212147","full_name":"Bessouat40/python-fastapi-template","owner":"Bessouat40","description":"Example of FastAPI deployment and API calls","archived":false,"fork":false,"pushed_at":"2023-02-15T18:45:01.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T01:48:54.254Z","etag":null,"topics":["api","beginner","beginner-friendly","beginner-project","fastapi","python","rest-api","template","template-project","tutorial"],"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/Bessouat40.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-02-15T18:24:29.000Z","updated_at":"2024-04-18T14:40:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"629ff5fb-377c-4dff-a402-7381c819e790","html_url":"https://github.com/Bessouat40/python-fastapi-template","commit_stats":null,"previous_names":["bessouat40/python-fastapi-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bessouat40%2Fpython-fastapi-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bessouat40%2Fpython-fastapi-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bessouat40%2Fpython-fastapi-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bessouat40%2Fpython-fastapi-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bessouat40","download_url":"https://codeload.github.com/Bessouat40/python-fastapi-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242241355,"owners_count":20095359,"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":["api","beginner","beginner-friendly","beginner-project","fastapi","python","rest-api","template","template-project","tutorial"],"created_at":"2024-11-16T09:12:40.669Z","updated_at":"2025-09-25T13:03:38.070Z","avatar_url":"https://github.com/Bessouat40.png","language":"Python","readme":"# FastAPI use\n\n## FastAPI\n\nIt's a tool to build RestAPI with python. It's an easy library to deploy API for your webapp for example.\n\n## Usage\n\n* First you need to install python dependencies :\n\n```bash\npython -m pip install -r requirements.txt\n```\n\n* Then you need to run your API :\n\n```bash\npython main.py\n```\n\nNow your API is running at `http://localhost:8000`.\n\nIf you want to test your API, you can run call.py :\n\n```bash\npython call.py\n```\n\n## API calls\n\nIf you want to access this API :\n\n```python\nimport requests\n\ndata = {'number' : 1}\n\nresponse = requests.post('http://localhost:8000/soustraction', data = data)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbessouat40%2Fpython-fastapi-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbessouat40%2Fpython-fastapi-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbessouat40%2Fpython-fastapi-template/lists"}