Skip to content

This MERN stack app will help you track your income, expenses and budgets. Access to personalised financial advice from a LLM for premium users. Insights and visualizations to help you manage finances better.

Notifications You must be signed in to change notification settings

dianacordun/personal-finance-management-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Finance Management Tool

This project is a group collaboration to develop a web application for our university course. The app will help users track their income, expenses, and budgets. It can provide insights and visualizations to help users manage their finances better.

🗒️Requirements Document

Technologies

MERN stack

  • MongoDB
  • Express
  • React
  • Node. js

Build and run the project

In the root folder of the project paste the command below to install required dependencies at project level.

npm install

Backend

Make sure you have an .env file in the root of your server folder. Add the MONGO_URL=<your_connection_string> in the .env file.

Warning

Don't forget to add your ip address in MongoDB Atlas Cloud Database.

Go to the server folder and paste:

npm install // install required dependencies on the backend
npm run dev or npm start

Your application should run by default on port 5000. You should also see the following messages:

Connected to MongoDB
Connected to database: wealth_wise

Frontend

Go to the client folder and paste:

npm install // install required dependencies on the frontend
npm run dev

Your application should run by default on port 5173.

Group Members

  • Cordun Diana
  • Danescu Adela
  • Hurloi Selena
  • Sandu Anastasia
  • Teleaga Dragos

About

This MERN stack app will help you track your income, expenses and budgets. Access to personalised financial advice from a LLM for premium users. Insights and visualizations to help you manage finances better.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published