Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sukhlotey/finance-flow

Finance Flow Application you can use it for personal use to manage your expenses
https://github.com/sukhlotey/finance-flow

clerk-auth finance mern mongodb nodejs tsx typescript

Last synced: about 1 month ago
JSON representation

Finance Flow Application you can use it for personal use to manage your expenses

Awesome Lists containing this project

README

        

![Screencastfrom2024-08-2700-51-42-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/60869700-0914-4cb8-a6f6-5a06b6eb7d08)

# Clone it:
cd server
* npm i or npm install
* add your mongodb uri in .env file with MONGODB_URI
* start server: npm run dev
* cd ..
* cd client
* yarn add
* start client side: yarn run dev