FastAPI Backend that powers the Pufferfish app
This repository contains a FastAPI API that forms the backend of the Pufferfish application. It provides an interface for user creation and management, a setup flow for connecting the application to a user's financial data via SimpleFIN Bridge, tools to analyze that data to detect possible fraud, as well as functionality for AI summarization of gathered insights.
The application in this repository is distributed as a Docker container based on this Dockerfile. The Docker container is built and deployed to GHCR automatically using GitHub Actions, and then pulled in and deployed by a DigitalOcean App Platform app.
