Skip to content

rwitesh/MoneyTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money Tracker

Project Setup

Clone the repository using the following command to create a local setup.

git clone git@github.com:rwiteshbera/MoneyTracker.git

Switch to he root folder that contains go server. Create a .env and add the PORT.

PORT=5000

Add server base url in .env file client folder.

VITE_SERVER_BASE_URL=

Use the following command to start the server.

air

Switch to client directory for React server. Install the dependencies and run it by using the following command.

cd client
npm install
npm run dev

Screenshots

NOTE: 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published