Skip to content

aetrhs/finance-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Expense Tracker

A finances/expenses tracking system equipped with charts for data visualization. Built using the MERN stack.

Getting started

To run the project locally:

  1. Clone the repository:

    git clone https://github.com/aetrhs/finance-tracker.git
    
  2. Set up and start the backend:

    cd finance-tracker/backend
    npm install
    npm start
    
  3. Set up and start the frontend (in a new terminal window/tab):

    cd finance-tracker/frontend
    npm install
    npm start
    
  4. Open your browser to the address shown in the frontend terminal output.

Note: You must have Node.js and npm installed on your system to run this project.

About

A finances/expenses tracking system equipped with charts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors