{"id":21222374,"url":"https://github.com/rock12231/fastapi","last_synced_at":"2025-03-15T01:17:16.058Z","repository":{"id":184309073,"uuid":"671659337","full_name":"rock12231/FastAPI","owner":"rock12231","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-01-21T17:14:32.106Z","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/rock12231.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/rock12231/FastAPI","commit_stats":null,"previous_names":["rock12231/fastapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rock12231%2FFastAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rock12231%2FFastAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rock12231%2FFastAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rock12231%2FFastAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rock12231","download_url":"https://codeload.github.com/rock12231/FastAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243668234,"owners_count":20328042,"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":["crud-api","fastapi","python"],"created_at":"2024-11-20T22:43:46.821Z","updated_at":"2025-03-15T01:17:16.037Z","avatar_url":"https://github.com/rock12231.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%2Frock12231%2Ffastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frock12231%2Ffastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frock12231%2Ffastapi/lists"}