Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

File metadata and controls

27 lines (19 loc) · 1.03 KB

Testing application for Tampere TAMK Erasmus+ visit

This repository contains a demo application created for the Erasmus+ visit at TAMK (Tampere). The main aim is to provide a simple example of elementary usage of Spring Boot framework.

Running deployment can be found at: https://apitestutb.azurewebsites.net

What can be found in this application

This repository is based on Java Spring Boot framework with specific aim for a basic usage of:

  • Web application developed by using Thymeleaf template system
  • REST API interface
  • Spring JPA with H2 database

What can't be found in this application

  • You can't find set of BEST PRACTICES
    • The example was created in order to have fluent demonstration for students. Many parts of the app can be optimized.
  • You can't find a COMPLEX APPLICATION
    • The application was made as simple as possible.

Used technologies