Expensify help you to manage your money by keeping all your expenses in one place, categorizing them, and providing a comprehensive view of your money.
Install dependencies
npm install
Change dir to start backend service
cd backend
npm run dev
Open localhost:4000
Change dir to start client service
cd client
npm install
npm run dev
Open localhost:3000