Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/viniciusfer01/gofinances-back-end

An app that controls your finances
https://github.com/viniciusfer01/gofinances-back-end

node nodejs postgresql typeorm typescript

Last synced: about 1 month ago
JSON representation

An app that controls your finances

Awesome Lists containing this project

README

        

# GoFinances Back End
An app that controls your finances.

### Tools used

- NodeJS
- Typescript
- Typeorm
- Docker
- PostgreSQL

### Things to do

- [x] List all income transactions
- [x] List all outcome transactions
- [x] Show account balance
- [X] Receive new transactions

### How to run it?

1. `git clone https://github.com/viniciusfer01/goFinances-back-end.git`
2. `cd goFinances-back-end`
3. `yarn`
4. `yarn dev:server`

Last but not least, you can also check the front-end of this app here:

[GoFinances](https://github.com/viniciusfer01/goFinances)