/fintrack

Web application to track changes in your net worth. Add assets and liabilities, provide their current value regularly, set financial goals and view statistics and charts.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0


Fintrack.app

Web application to track changes in your net worth

.NET CodeQL
DeployTest DeployTest

About

Fintrack.app is a web application that allows you to track changes in your net worth. Add assets and liabilities, provide their current value regularly, set financial goals and view statistics and charts.

Demo

See demo here.

Tech Stack

Client: React, Redux

Server: .NET 6

Database: MS SQL Server

Run locally

  1. Install Git, Node.js, Docker and .NET 6 on your machine.

  2. Clone the repo

    git clone https://github.com/czuchrak/fintrack.git
  3. Go to the project directory

    cd fintrack
  4. Run database

    docker-compose up --build
  5. Run application

    cd backend/Fintrack.WebApi
    dotnet run
  6. Open website

    https://localhost:5001

Contributing

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

Distributed under the AGPL-3.0 license. See LICENSE for more information.

Feedback

If you have any feedback, please reach out to us at contact@fintrack.app