/Banka-react

Banka is a light-weight core banking application that powers banking operations like account creation, customer deposit and withdrawals.

Primary LanguageJavaScriptMIT LicenseMIT

Build Status Coverage Status

Banka-react

Banka is a light-weight core banking application that powers banking operations like account creation, customer deposit and withdrawals.


Testing & Login Credentials


  • Admin Login Credentials

Email: user@admin.com
Password: adminuser
 

  • Staff Login Credentials

Email: user@staff.com
Password: staffuser
 

Getting Started

Prerequisites

You need Nodejs Installed to be able to run this project on your machine.

Installing

  • Clone Repository
git clone https://github.com/fxola/Banka-react 


  • Change Directory To Banka
cd Banka-react


  • Install Dependencies
npm install


  • Start Application
npm run dev


  • Run Test
npm test


  • Run Coverage Report
npm run coveralls

License

© Afolabi Abass Ajanaku

Licensed under the MIT License