Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.62 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.62 KB

Online Banking Demo Frontend

Demo frontend project for an online banking, written with React + Redux

Service Github link Demo
Backend https://github.com/sineverba/online-banking-backend Swagger
Frontend https://github.com/sineverba/online-banking-frontend Netlify - Vercel - Custom

This project uses:

  • TDD
  • 100% test coverage
  • Dockerization
  • CI/CD
CI/CD Link
Circle CI CircleCI
Semaphore CI Build Status
Sonarqube Quality Gate Status
Coveralls Coverage Status

Setup

  1. Copy .env.bak into .env

Development

npm run dev to start development with real call.

npm run mirage to start development with fake call.