This project uses asynchronous programming
with the help of following technologies:
- FastAPI
- Python AsyncIO
- aiohttp (async http client)
- httpx (async http client)
- uvicorn (ASGI server)
- Swagger API docs
- Pytest
- Black (Code ormatter)
- Flake8 (PEP8 Style Guide Enforcer)
- Pre-commit (Pre commit hooks Runner)
- Mypy (Static type checker)
make run_server
make test
Browse Swagger Doc