{"id":23008778,"url":"https://github.com/djccnt15/fastapi_board","last_synced_at":"2026-05-03T06:34:10.954Z","repository":{"id":154478938,"uuid":"622740217","full_name":"djccnt15/fastapi_board","owner":"djccnt15","description":"FastAPI Backend Server project","archived":false,"fork":false,"pushed_at":"2024-06-20T15:12:50.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T08:50:13.488Z","etag":null,"topics":["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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djccnt15.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-03T00:52:14.000Z","updated_at":"2024-06-21T08:50:15.103Z","dependencies_parsed_at":null,"dependency_job_id":"f1951d8e-5407-491d-a30c-d0e327344790","html_url":"https://github.com/djccnt15/fastapi_board","commit_stats":null,"previous_names":["djccnt15/fastapi_board"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djccnt15%2Ffastapi_board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djccnt15%2Ffastapi_board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djccnt15%2Ffastapi_board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djccnt15%2Ffastapi_board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djccnt15","download_url":"https://codeload.github.com/djccnt15/fastapi_board/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246847140,"owners_count":20843444,"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":["fastapi","python"],"created_at":"2024-12-15T09:11:03.947Z","updated_at":"2026-05-03T06:34:05.935Z","avatar_url":"https://github.com/djccnt15.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Board Service Backend with FastAPI\n\nFastAPI 기반 게시판 서비스 Backend 서버  \n\n## Requirements\n\n- Python 3.11\n    - check `requirements` directory for third-party packages\n- MariaDB 11.1\n- Redis 6.2\n- Grafana\n- Prometheus\n- ELK\n\n## Memo\n\n- commends for running FastAPI dev server\n\n```powershell\nfastapi dev main.py\n```\n\n- commends for running uvicorn server for debugging\n\n```powershell\nmain.py\n```\n\n## Migration with Alembic\n\n- initialize alembic\n\n```powershell\nalembic init migrations\n```\n\n- create revision\n\n```powershell\nalembic revision --autogenerate\n```\n\n- run migration to latest revision\n\n```powershell\nalembic upgrade head\n```\n\n## Docker\n\n- Dockerfile build\n\n```\ndocker build -t fastboard .\n```\n\n- Docker container run\n\n```\ndocker run -itd -p 8000:8000 --name fastboard fastboard\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjccnt15%2Ffastapi_board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjccnt15%2Ffastapi_board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjccnt15%2Ffastapi_board/lists"}