Hexlet tests and linter status:

Actions Status Maintainability Test Coverage

About

The fourth project is a full-featured website based on the Javalin framework. Here we practice the basic principles of building modern websites on MVC-architecture: working with routing, query handlers and a template maker, interaction with the database via ORM.

Setup

# run application on http://localhost:3000
make run # started application "./gradlew run" 
make run-dist # clear, build and started application using ./build/install/app/bin/app

make test # run tests