ericz02 / FinTrack

set budgets, track expenses, manage finances, and achieve goals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Financial Tracker

Financial Tracker is a web application designed to help users manage their finances effectively. It provides features for tracking expenses, income, and financial goals.

Installation

Frontend

  1. Navigate to the frontend folder:

    cd frontend
  2. Install the dependencies:

    npm install

Backend

  1. Navigate to the backend folder:

    cd backend
  2. Install the gems:

    bundle install

Running the Application

Frontend

To start the frontend development server, run:

npm run dev

Backend

To start the backend server, run:

rails s

Accessing the Application

Open your web browser and navigate to:

http://localhost:5000

Features

  • Track Expenses
  • Track Income
  • Track Debt
  • Set and Monitor Financial Goals
  • Budget

About

set budgets, track expenses, manage finances, and achieve goals


Languages

Language:Ruby 50.8%Language:TypeScript 44.5%Language:JavaScript 3.2%Language:Dockerfile 1.0%Language:HTML 0.3%Language:Shell 0.2%Language:CSS 0.0%