https://github.com/adenugbamichael/finance-app
A finance dashboard app that has machine learning prediction
https://github.com/adenugbamichael/finance-app
express material-ui mongodb nodejs reactcharts reactjs redux-toolkit
Last synced: 2 months ago
JSON representation
A finance dashboard app that has machine learning prediction
- Host: GitHub
- URL: https://github.com/adenugbamichael/finance-app
- Owner: adenugbamichael
- Created: 2023-08-16T06:12:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-02T19:33:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T18:24:03.539Z (about 1 year ago)
- Topics: express, material-ui, mongodb, nodejs, reactcharts, reactjs, redux-toolkit
- Language: JavaScript
- Homepage: https://finance-app-fawn.vercel.app
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Finance Dashboard App
A MERN Finance Dashboard App that has Machine Learning Predictions. The frontend will consist of Vite for our starter application, Redux Toolkit for state management, Material UI for our component library, and Recharts for our Charts. For the backend we will be using Node Js as our runtime, Express Js as our backend framework, and MongoDB for our database.


- Initialize project and install required packages
- Setup layout
- Create dashboard page
- Install redux toolkit to make api calls so that data can be retrieve from the global storage
- Setup backend server
- Having the model schema setup
- Create database Url for connection
- Fetch kpis, products and transactions from the backend
- Sync backend data with UI
- Deploy backend to render and frontend to vercel