API REST developed with the objective of simulating a banking system with several functionalities as part of fixing the content about Node.js, TypeScript and the framework Express learned in Labenu's Full Stack Web Development bootcamp. CRUD (Create, Read, Update and Delete) requests were built respecting the semantics and organization necessary for the elaboration of an API with RESTful principles.
https://documenter.getpostman.com/view/22370553/2s8YmNQiDM
- Get All Users
- Get Account Balance
- Create Bank Account
- Make a Payment
- Delete Bank Account
- Add Balance
- Update Balance
- Bank Transfer
- git clone https://github.com/future4code/Barros-labebank4.git
- cd Barros-labebank4
- npm install
- npm run start
- Node.js
- TypeScript
- Express