Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/viniciusfer01/gofinances-back-end
- Owner: viniciusfer01
- Created: 2020-10-14T22:51:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:23:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T15:58:45.413Z (almost 2 years ago)
- Topics: node, nodejs, postgresql, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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)