Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.


expensify

## 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)