jdevega / bank-api-mock-server

Mock server to enable UI development for banking apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mock server to enable UI development for banking apps


Languages

Language:JavaScript 89.3%Language:HTML 10.7%