{"id":37707473,"url":"https://github.com/p141592/simple_fastapi","last_synced_at":"2026-01-16T13:10:20.443Z","repository":{"id":41904124,"uuid":"256286429","full_name":"p141592/simple_fastapi","owner":"p141592","description":"Simple FastAPI project","archived":false,"fork":false,"pushed_at":"2023-04-10T20:19:10.000Z","size":422,"stargazers_count":80,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-13T01:53:18.918Z","etag":null,"topics":["alembic","asyncio","docker","fastapi","gino","poetry","python","rest","russian","simple","swagger","template","web"],"latest_commit_sha":null,"homepage":"https://p141592.github.io/simple_fastapi/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p141592.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-16T17:39:34.000Z","updated_at":"2025-10-09T11:44:40.000Z","dependencies_parsed_at":"2023-01-18T09:30:20.399Z","dependency_job_id":null,"html_url":"https://github.com/p141592/simple_fastapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":"p141592/basic_python","purl":"pkg:github/p141592/simple_fastapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p141592%2Fsimple_fastapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p141592%2Fsimple_fastapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p141592%2Fsimple_fastapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p141592%2Fsimple_fastapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p141592","download_url":"https://codeload.github.com/p141592/simple_fastapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p141592%2Fsimple_fastapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["alembic","asyncio","docker","fastapi","gino","poetry","python","rest","russian","simple","swagger","template","web"],"created_at":"2026-01-16T13:10:20.384Z","updated_at":"2026-01-16T13:10:20.437Z","avatar_url":"https://github.com/p141592.png","language":"Python","readme":"# Simple FastAPI project\n\nПример проекта на [fastapi](https://github.com/tiangolo/fastapi)\n\n**Для работы требуется Python 3.8. Достаточно его просто установить в систему, при запуске poetry сам найдет \nисполняемый файл**\n\nhttps://www.python.org/downloads/release/python-382/ или `apt install python3.8`\n\n![](docs/index.png)\n\nСтек:\n\n- [fastapi](https://github.com/tiangolo/fastapi)\n- [gino](https://github.com/python-gino/gino) + [sqlalchemy](https://www.sqlalchemy.org/)\n- [alembic](https://alembic.sqlalchemy.org/en/latest/)\n- [poetry](https://github.com/python-poetry/poetry)\n- postgresql\n- docker\n\nИнтеграции:\n\n- Сбор метрик Prometheus\n- Sentry\n- [Google Cloud Run](https://cloud.google.com/run)\n\n\n## TODO:\n\n- Добавить обработчики ошибок\n- Добавить логгирование\n- JWT авторизация пользователя\n- Использование celery через rabbitmq\n- Кеш на keydb\n- Добавить возможность создавать текстовую документацию и хранить вместе с проектом\n- Подключение Jupyter для работы на живую\n- Добавить ожидание запуска базы перед стартом сервиса\n\n\n## FAQ\n\n**Ошибка: `asyncpg.exceptions.InvalidCatalogNameError: database \"gino\" does not exist`**\n\nНе создана база `gino`. Это база, указанная по умолчанию в проекте. \nВсе настройки проекта меняются в файле `project/settings.py`, так же в файле `.env` в корне проекта\n\n**Ошибка: ERROR: Package \u003cимя пакета\u003e requires a different Python: 3.7.7 not in '\u003e=3.8,\u003c4.0'**\n\nВы используете в проекте Python 3.7.7, а нужна другая версия\n\nЧтобы это проверить: `poetry debug`\n\nЧтобы перейти на нужную версию:\n- Поставьте нужную версию с офицального сайта\n- Привяжите эту версию к poetry: `poetry env use 3.8`\n\n## Запуск проекта локально:\n\n- `poetry install` \n- PYTHONPATH=$(pwd)/project\n- `make run`\n\nЕсли выхотите запустить проект из IDE, следует указать путь до `project/core/application.py`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp141592%2Fsimple_fastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp141592%2Fsimple_fastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp141592%2Fsimple_fastapi/lists"}