This is a quick project to demonstrate FastAPI and Next.js usage. It's a bank project that currently only implements reimbursements for one bank with random account numbers. Each section was time-limited. It has minimal testing and validations.
The intructions written for how to run this project assume that the entire repository has been cloned/pulled down so that the code is accessible.
Please note that the frontend is not fully functioning without the backend running simulatenously. Please run the two parts through separate terminals.
Please see backend/README.md for how to use the backend program.
Please see frontend/README.md for how to use the frontend program.