Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viniciusfer01/firstnodeproject
This is an app that simulates simple banking transactions and shows your account balance.
https://github.com/viniciusfer01/firstnodeproject
banking-applications javascript node-js nodemon typeorm typescript uuid
Last synced: about 1 month ago
JSON representation
This is an app that simulates simple banking transactions and shows your account balance.
- Host: GitHub
- URL: https://github.com/viniciusfer01/firstnodeproject
- Owner: viniciusfer01
- Created: 2020-09-21T15:36:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:58:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T15:58:45.039Z (almost 2 years ago)
- Topics: banking-applications, javascript, node-js, nodemon, typeorm, typescript, uuid
- Language: JavaScript
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transactions
This is a Node JS project that simulates bank transactions. You can sign in transactions with the type 'income' or 'outcome'. The app shows your account balance
and doesn't let you stay with a negative balance.This app was built with Node.js, TypeScript, using the models (or entities), repositories, services and other software achitecture concepts.