{"id":29410057,"url":"https://github.com/avinashkr-ai/fastapi","last_synced_at":"2026-05-19T06:02:47.165Z","repository":{"id":184309073,"uuid":"671659337","full_name":"avinashkr-ai/FastAPI","owner":"avinashkr-ai","description":"CRUD API","archived":false,"fork":false,"pushed_at":"2023-07-27T21:11:01.000Z","size":14937,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T08:08:11.003Z","etag":null,"topics":["crud-api","fastapi","python"],"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/avinashkr-ai.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}},"created_at":"2023-07-27T20:49:38.000Z","updated_at":"2023-09-07T03:26:30.000Z","dependencies_parsed_at":"2023-07-27T23:01:11.098Z","dependency_job_id":null,"html_url":"https://github.com/avinashkr-ai/FastAPI","commit_stats":null,"previous_names":["rock12231/fastapi","avinashkr-ai/fastapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avinashkr-ai/FastAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashkr-ai%2FFastAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashkr-ai%2FFastAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashkr-ai%2FFastAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashkr-ai%2FFastAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinashkr-ai","download_url":"https://codeload.github.com/avinashkr-ai/FastAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashkr-ai%2FFastAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33204017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"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":["crud-api","fastapi","python"],"created_at":"2025-07-11T05:38:50.508Z","updated_at":"2026-05-19T06:02:47.158Z","avatar_url":"https://github.com/avinashkr-ai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI\nCRUD API\n\n\n#### Create virtual environment\n```python -m venv venv```\n\n#### Activate virtual environment\n```source venv/bin/activate```\n\n#### Install requirements\n```pip install -r requirements.txt```\n\n#### Run server\n```uvicorn main:app --reload```\n\n#### Create Database\n``` CREATE DATABASE fastapi; ```\n\n#### Use Database\n``` USE fastapi; ```\n\n#### Create Table\n``` CREATE TABLE IF NOT EXISTS users (id INT AUTO_INCREMENT PRIMARY KEY,name VARCHAR(100),email VARCHAR(100),age INT); ```   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashkr-ai%2Ffastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinashkr-ai%2Ffastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashkr-ai%2Ffastapi/lists"}