Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sukhlotey/finance-flow
- Owner: sukhlotey
- Created: 2024-08-26T10:55:01.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T19:38:04.000Z (4 months ago)
- Last Synced: 2024-11-08T20:09:16.659Z (about 1 month ago)
- Topics: clerk-auth, finance, mern, mongodb, nodejs, tsx, typescript
- Language: TypeScript
- Homepage: https://personal-financeflow.netlify.app/auth
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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