Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 462 Bytes

SimpleMVC

Build Status Coverage Status

Example of MVC pattern in Java

Goals

  • Simplicity
  • Loose coupling
  • Full test coverage

Running

For test execute gradlew test

For demo execute gradlew run