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

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

Awesome Lists containing this project

README

          

# Up-Finance App

[![CI/CD](https://github.com/AmolKumarGupta/Up-finance-Backend/actions/workflows/ci.yaml/badge.svg)](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 typescript

3. 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)