Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam-sharma7/expensify
Expensify help you manage your money by keeping all your expenses in one place
https://github.com/shivam-sharma7/expensify
expensify express graphql reactjs
Last synced: 27 days ago
JSON representation
Expensify help you manage your money by keeping all your expenses in one place
- Host: GitHub
- URL: https://github.com/shivam-sharma7/expensify
- Owner: shivam-sharma7
- License: mit
- Created: 2024-06-29T14:58:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T05:56:11.000Z (about 1 month ago)
- Last Synced: 2024-10-03T09:38:07.524Z (about 1 month ago)
- Topics: expensify, express, graphql, reactjs
- Language: JavaScript
- Homepage:
- Size: 340 KB
- Stars: 1
- 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)