https://github.com/amolkumargupta/up-finance-backend
The backend of Up-Finance website
https://github.com/amolkumargupta/up-finance-backend
express finance-management graphql react
Last synced: 7 months ago
JSON representation
The backend of Up-Finance website
- Host: GitHub
- URL: https://github.com/amolkumargupta/up-finance-backend
- Owner: AmolKumarGupta
- License: apache-2.0
- Created: 2023-05-01T17:49:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T13:12:50.000Z (about 2 years ago)
- Last Synced: 2025-02-01T20:45:43.000Z (9 months ago)
- Topics: express, finance-management, graphql, react
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Up-Finance App
[](https://github.com/AmolKumarGupta/Up-finance-Backend/actions/workflows/ci.yaml)
Up-Finance finance-based Express app offers users the convenience of keeping track of their financial accounts in one place. Users can easily take control of their finances, whether they are on the go or at home.
Frontend of the web app is written in React. You can find it [here.](https://github.com/AmolKumarGupta/Up-Finance)
## How to start
1. Fork this repo.2. Install dependencies
```
npm install --save-dev
```
> devDependencies are needed for typescript3. Make `.env` from `.env.example` and add your mongodb credentail in it.
```
mv .env.example .env
```
4. Run the following command.For development
```
npm run dev
```
For production
```
npm run build && npm run start
```## For Contributor
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)## Bugs and Issues
Submit your [issue](https://github.com/AmolKumarGupta/Up-finance-Backend/issues)