Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lingfromsh/fastapi-boilerplate
Fastapi Boilerplate
https://github.com/lingfromsh/fastapi-boilerplate
authlib fastapi fastapi-boilerplate fastapi-pagination queue taskiq tortoise-orm
Last synced: 4 days ago
JSON representation
Fastapi Boilerplate
- Host: GitHub
- URL: https://github.com/lingfromsh/fastapi-boilerplate
- Owner: lingfromSh
- License: apache-2.0
- Created: 2024-12-25T02:10:47.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-12-25T04:24:18.000Z (10 days ago)
- Last Synced: 2024-12-25T04:25:07.546Z (10 days ago)
- Topics: authlib, fastapi, fastapi-boilerplate, fastapi-pagination, queue, taskiq, tortoise-orm
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi-boilerplate
> Viewer Count: ![Counter](https://counter.jerryz.com.cn/counter?name=lingfromsh-fastapi-boilerplate)
This is a boilerplate for building scalable and maintainable web APIs based on FastAPI.
See more details: [Documentation](docs/index.md)
## Tech Stack
- Web Framework: FastAPI
- GraphQL: strawberry, AuthX, fastapi-pagination, piccolo-api
- Socketio: python-socketio
- Validation: pydantic
- Database: tortoise-orm, aerich
- Configuration: dynaconf, pydantic-settings
- Task Queue: taskiq
- Authentication: AuthX, authlib
- Monitoring: grafana
- Logging: loguru
- Metrics: prometheus
- Testing: pytest, pytest-asyncio, pytest-cov, pytest-mock, locust
- Code Quality: black, isort, ruff, pre-commit## Screenshots
### RESTful API(Swagger)
![alt text](docs/images/swagger.png)