Transactions App

An application to manage transactions and get transaction insights

Install dependencies

pip install -r requirements.txt

Start Server in development mode

uvicorn main:app --reload

View Swagger Documentation

Run tests

pytest