Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 732 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 732 Bytes

Central Bank Of Genesys API Service

This is an API that mocks an API of services Banks offer in their mobile app or other online channels.

The Documentations provides information about the resources present in the API. The list of resources are

  1. User resource
  2. Transaction resource

Some of this resources are only available to Admin.

How to Use

  • Clone the project using git clone <project url>
  • Cd into the project directory after clone
  • Run npm install. This install all dependencies used for the project
  • Test the routes using postman

Contribution info

Feel free to contribute to this project by sending a PR.