/bank-api-mock-server

Mock server to enable UI development for banking apps

Primary LanguageJavaScript

Mock Server

Up and running

Assuming you have installed node and npm.

How to get it up and running:

git clone <repo-url> hcl-mock-server
cd hcl-mock-server
npm install
npm run dev

Go to http://localhost:3000

## Database

If you want to check anytime the data stored, you can visit http://localhost:3000/db .

API

Run in Postman

API Documentation