https://github.com/rafalkornel/easy_banking
Expense tracking application
https://github.com/rafalkornel/easy_banking
node postgresql react
Last synced: 2 months ago
JSON representation
Expense tracking application
- Host: GitHub
- URL: https://github.com/rafalkornel/easy_banking
- Owner: RafalKornel
- Created: 2022-05-24T14:01:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T22:29:05.000Z (about 3 years ago)
- Last Synced: 2025-04-08T23:20:21.770Z (about 1 year ago)
- Topics: node, postgresql, react
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy Banking
This simple app is a banking simulator. You can create new users, access them (via dropdown), and manage transactions and invoices on behalf of users (from admin view).
It's main purpose was to polish node.js and sql skills.
## Technologies
- react + typescript
- express + node.js + typescript
- postgresql

TODO:
- [ ] add more exhaustive readme (with gif showcase)
- [ ] dockerize app