https://github.com/shivarm/expensify
Expensify help you manage your money by keeping all your expenses in one place
https://github.com/shivarm/expensify
expensify express graphql mern-stack reactjs
Last synced: 4 months ago
JSON representation
Expensify help you manage your money by keeping all your expenses in one place
- Host: GitHub
- URL: https://github.com/shivarm/expensify
- Owner: shivarm
- License: mit
- Created: 2024-06-29T14:58:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T14:59:46.000Z (over 1 year ago)
- Last Synced: 2026-02-08T08:58:46.078Z (4 months ago)
- Topics: expensify, express, graphql, mern-stack, reactjs
- Language: JavaScript
- Homepage:
- Size: 832 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expensify
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.
## Prerequisites
- [Node.js 20+](https://adoptium.net/temurin/releases/?version=17)
- [Nodemon](https://www.npmjs.com/package/nodemon)
## Getting Started with local development
Install dependencies
```bash
npm install
```
Change dir to start backend service
```bash
cd backend
npm run dev
```
Open [localhost:4000](http://localhost:4000)
### Set up client
Change dir to start client service
```bash
cd client
npm install
npm run dev
```
Open [localhost:3000](http://localhost:3000)
## License
[MIT license](./LICENSE)