Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.05 KB

image

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

  1. Clone the repository:
    git clone https://github.com/BushraAbdullahi/finance-accumulator.git
    cd finance-accumulator