Finance Accumulator is a Next.js app, which allows users to connect to their bank accounts in read-only mode, and automatically import statistics of income (expenses/income) from:
Table of Contents
Features
- Connect to bank accounts available in your region.
- View balances, savings, and transactions.
- Store financial data in a MySQL database.
- User authentication and session management.
- Automated testing with unit tests, integration tests, and end-to-end tests.
- Continuous integration and deployment using GitHub Actions.
Getting Started
Prerequisites
- Node.js (>=14.x)
- Docker
- AWS account
- MySQL database
Installation
- Clone the repository:
git clone https://github.com/BushraAbdullahi/finance-accumulator.git
cd finance-accumulator