- Get all banks info with their slugs
Make a GET
request to https://kenyan-banks.onrender.com
- Get single bank info
Make a GET
request with the bank_code
as query param to https://kenyan-banks.onrender.com/bank
- Nodejs installed on your machine
- Clone the repository
git clone https://github.com/dxphilo/kenyan-banks.git
- Create a copy of
example.env
named.env
yarn install
yarn run dev
Start adding stuff
yarn start
- Starts the app. Needs to be builded firstyarn run build
- Builds the app (typescript compilation)yarn run dev
- Starts nodemon (Auto-restart on changes with auto-rebuild)
- [Your name here] - Your Twitter handle Your GitHub handle
This project has been inspired by Ichtrojan's Nigerian banks
Thanks to Christos for maintaing the template used for this project.