/bank-api

Primary LanguageTypeScriptMIT LicenseMIT

Bank API

Simple example of a bank API


Main technologies:


How to run this project:

1. Clone this repository

$ git clone https://github.com/jhonnydelima/bank-api

2. Running the application on your terminal

#install the dependencies
$ yarn

#start the server
$ yarn dev

3. Running the unit tests

#type in the terminal
$ yarn test

Swagger Documentation

Check the swagger documentation locally in: http://localhost:3000/api-docs


📄 License

This project is under MIT license. See the LICENSE file for more details.