Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.61 KB

File metadata and controls

48 lines (39 loc) · 2.61 KB

Libraries

Backend

Core

  • Fastapi - API Framework
  • SQLAlchemy - Database ORM
  • asyncpg - Database client library for postgres
  • Boto3 - AWS SDK for Python
  • httpx - HTTP Toolkit used for sending/receiving requests and integration testing
  • Loguru - Library for simplifying Python logging
  • matplotlib - Plotting library (used for report generation)
  • Pydantic - Python validation library
  • pyjwt - JWT library for Python (used for auth)
  • Reportlab - PDF generation tool
  • Sentry - Monitoring tool

Dev

Testing

Frontend