Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.