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.
- MongoDB
- Express
- React
- Node. js
In the root folder of the project paste the command below to install required dependencies at project level.
npm install
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
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.
- Cordun Diana
- Danescu Adela
- Hurloi Selena
- Sandu Anastasia
- Teleaga Dragos