Node.js: You can download and install Node.js from nodejs.org
React: React is included as a dependency of the frontend project. You can install it globally using npm with the command
npm install -g create-react-app.
Follow these steps to clone the FinanceTracker repository, set up the backend, and start the frontend:
First, clone the FinanceTracker repository using the following command:
git clone https://github.com/malcyb123/Financetracker.git
cd Financetracker/backend
node index.js
cd Financetracker/frontend
npm install
npm start