Simple REST API that allows money transfers between users. It includes an administrative route too that allows money to be added to an account.
- Install node in your computer
- Install Postman (or a similar tool) in your computer too
- Download or clone this repository
- Run "npm install" in order to install all packages being used by this project
Use the cd command to navigate inside the src folder and then the "back" folder. There, run node server
in order to start running the server.
Open Postman and create several routes with the http://localhost:5000/
URL