This is a web application for a finance dashboard built with the MERN stack, where MERN stands for MongoDB, Express, React, and Node.js. The frontend is built with React, MUI, and MUI Data Grid, while the backend is built with Node.js, Express, and Mongoose.
After cloning this repository, run the following commands in both the server and client folders:
npm install
This will install all the necessary dependencies for the project to run.
To run the project locally, use the following commands in both the server and client folders:
npm run dev
This will start both the backend and frontend servers.
Make sure to update or create the environment files with the correct values for your application to function properly.