{"id":19227518,"url":"https://github.com/4l1c3-r4bb1t/estudos-fastapi","last_synced_at":"2026-05-09T05:34:24.804Z","repository":{"id":237570414,"uuid":"794777106","full_name":"4L1C3-R4BB1T/estudos-fastapi","owner":"4L1C3-R4BB1T","description":"📚 Estudos sobre FastAPI.","archived":false,"fork":false,"pushed_at":"2024-05-23T13:12:19.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T10:35:41.838Z","etag":null,"topics":["fastapi","python","sqlalchemy","sqlmodel"],"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/4L1C3-R4BB1T.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":"2024-05-01T23:41:41.000Z","updated_at":"2024-05-23T13:12:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad1a8eb2-5f00-4b53-b54f-5732b4bdac36","html_url":"https://github.com/4L1C3-R4BB1T/estudos-fastapi","commit_stats":null,"previous_names":["4l1c3-r4bb1t/estudos-fastapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/4L1C3-R4BB1T/estudos-fastapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4L1C3-R4BB1T%2Festudos-fastapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4L1C3-R4BB1T%2Festudos-fastapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4L1C3-R4BB1T%2Festudos-fastapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4L1C3-R4BB1T%2Festudos-fastapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4L1C3-R4BB1T","download_url":"https://codeload.github.com/4L1C3-R4BB1T/estudos-fastapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4L1C3-R4BB1T%2Festudos-fastapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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","python","sqlalchemy","sqlmodel"],"created_at":"2024-11-09T15:23:42.626Z","updated_at":"2026-05-09T05:34:24.784Z","avatar_url":"https://github.com/4L1C3-R4BB1T.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```bash\n# cria ambiente virtual\npython -m venv \u003cname\u003e\n\n# cria arquivo requirements.txt com as dependências do projeto\npip freeze \u003e requirements.txt\n\n# instala as dependências do projeto\npip install -r requirements.txt\n\n# starta o server\nuvicorn main:app\n\ngunicorn main:app -w 4 -k uvicorn.workers.UvicornWorker\n\n# swagger \nhttp://127.0.0.1:8000/docs\n\n# redoc\nhttp://127.0.0.1:8000/redoc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4l1c3-r4bb1t%2Festudos-fastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4l1c3-r4bb1t%2Festudos-fastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4l1c3-r4bb1t%2Festudos-fastapi/lists"}