Banka is a light-weight core banking application that powers banking operations like account creation, customer deposit and withdrawals.
git clone https://github.com/davidfrank96/Banka-App
The following tools will be needed to run this application successfully:
- Node v10.15.0 or above
- Npm v6.4 or above
On your Local Machine
- Pull the develop
branch off this repository
- Run
npm install
to install all dependencies - Run npm start to start the app
- Access endpoints on localhost:3000
Run npm test
in the terminal for the cloned folder.
- Node.js - Runtime-Enviroment
- Frank David Frank