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 | |
Semaphore CI | |
Sonarqube | |
Coveralls |
- Copy .env.bak into .env
npm run dev
to start development with real call.
npm run mirage
to start development with fake call.