/Bank-REST-API

Simple REST API that allows money transfers between users. It includes an administrative route too that allows money to be added to an account.

Primary LanguageJavaScript

Bank-REST-API

Simple REST API that allows money transfers between users. It includes an administrative route too that allows money to be added to an account.

Instructions

  1. Install node in your computer
  2. Install Postman (or a similar tool) in your computer too
  3. Download or clone this repository
  4. 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

Available endpoints