https://github.com/glef1x/fastapi-project
🧑🔬 FastAPI application without global variables(almost) =)
https://github.com/glef1x/fastapi-project
asgi asyncio fastapi postgresql
Last synced: about 1 year ago
JSON representation
🧑🔬 FastAPI application without global variables(almost) =)
- Host: GitHub
- URL: https://github.com/glef1x/fastapi-project
- Owner: GLEF1X
- License: mit
- Created: 2021-05-03T18:01:40.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-08T02:39:13.000Z (over 3 years ago)
- Last Synced: 2025-05-07T17:14:58.585Z (about 1 year ago)
- Topics: asgi, asyncio, fastapi, postgresql
- Language: Python
- Homepage:
- Size: 36 MB
- Stars: 27
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Asgi application provided by FastAPI

**If you want to check how to implement pure "clean architecture", you can visit another [github repo](https://github.com/GLEF1X/blacksheep-clean-architecture)**
### What has already been done?🧭
- Deployment using Docker and docker-compose
- Deployment using kubernetes(with backups by cron, volumes for database)
- Tests for API routes and JWT helper funcs using pytest
- Integration with `github actions` to provide automatic execution of tests and mypy lint
### TODO:
- Make own small dependency injector
- Finish up OAuth2 authorization
- Make tests for all routes and endpoints
- Provide Docker & Docker-compose compability with CD