Forked from activelylazy/calculator-web
- A simple webapp calculator with history
- Java (maven)
- PostgreSQL (for storing history)
- Install Docker
sudo sh local_run.sh
- See the logs: building of envs, building of app, unit/acceptance tests
- See reports:
- Open the app http://localhost:16000
- Unit tests: 20
- Integration tests:
- 4 for PostgreSQL
- 6 for testing frontend with Selenium
- dev
- stage
- prod