{"id":20176367,"url":"https://github.com/dyarleniber/fastapi-boilerplate","last_synced_at":"2026-04-29T21:37:45.465Z","repository":{"id":179889084,"uuid":"663712637","full_name":"dyarleniber/fastapi-boilerplate","owner":"dyarleniber","description":"Starter template for building high-performance RESTful APIs using FastAPI. It includes pre-configured settings and dependencies to help you kickstart your project development.","archived":false,"fork":false,"pushed_at":"2024-06-14T18:57:37.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T16:25:37.095Z","etag":null,"topics":["async","fastapi","poetry","python","python3","rest-api","testing"],"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/dyarleniber.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-07-07T23:46:12.000Z","updated_at":"2024-06-14T18:57:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"66721c9c-793c-4777-884e-1a3aff786f9e","html_url":"https://github.com/dyarleniber/fastapi-boilerplate","commit_stats":null,"previous_names":["dyarleniber/fastapi-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyarleniber%2Ffastapi-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyarleniber%2Ffastapi-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyarleniber%2Ffastapi-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyarleniber%2Ffastapi-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyarleniber","download_url":"https://codeload.github.com/dyarleniber/fastapi-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241611820,"owners_count":19990683,"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":["async","fastapi","poetry","python","python3","rest-api","testing"],"created_at":"2024-11-14T02:08:52.180Z","updated_at":"2026-04-29T21:37:40.426Z","avatar_url":"https://github.com/dyarleniber.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI Boilerplate\n\nStarter template for building RESTful APIs using [FastAPI](https://fastapi.tiangolo.com/). It includes pre-configured settings and dependencies to help you kickstart your project development.\n\n## Features\n\n- [FastAPI](https://fastapi.tiangolo.com/) framework for building high-performance APIs.\n- Testing with [pytest](https://docs.pytest.org/).\n- Dependency management with [Poetry](https://python-poetry.org/).\n- Code formatting with [Black](https://pypi.org/project/black/) and [isort](https://pycqa.github.io/isort/).\n\n\u003e **Note:** This project is still under development. More features will be added in the future.\n\n## Getting Started\n\nTo clone and run this project, you'll need to have Git, Python 3, and Poetry installed on your computer.\n\nFrom your command line:\n\n- Clone this repository\n```bash\ngit clone https://github.com/dyarleniber/fastapi-boilerplate.git\n```\n\n- Go into the repository folder\n```bash\ncd fastapi-boilerplate\n```\n\n- Install the project dependencies\n```bash\npoetry install\n```\n\n- Activate the virtual environment (in order to ensure that subsequent commands refer to the correct dependencies)\n```bash\npoetry shell\n```\n\n\u003e To deactivate the virtual environment and exit the shell, run `exit`.\n\n- Start the development server (in watch mode)\n```bash\npoetry run task dev\n```\n\n\u003e The API will be available at `http://127.0.0.1:8000/` by default.\n\n### Testing and Code Formatting\n\n- Use the following command to run the tests:\n```bash\npoetry run task test\n```\n\n- Use the following command to format the code:\n```bash\npoetry run task lint\n```\n\n## Contributing\n\nContributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyarleniber%2Ffastapi-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyarleniber%2Ffastapi-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyarleniber%2Ffastapi-boilerplate/lists"}