Clone the repository using the following command to create a local setup.
git clone git@github.com:rwiteshbera/MoneyTracker.gitSwitch to he root folder that contains go server. Create a .env and add the PORT.
PORT=5000Add server base url in .env file client folder.
VITE_SERVER_BASE_URL=Use the following command to start the server.
airSwitch to client directory for React server. Install the dependencies and run it by using the following command.
cd client
npm install
npm run devNOTE: Although I have done my best to implement as much as possible within the time available, it is possible that some bugs may be present in the project. I plan to continue working on improving the project.