Skip to content

ivanovaolya/mentoring-project

Repository files navigation

Build Status Coverage Status

mentoring-project

This is educational project. The goal is to create a simple Java RESTful Web application and build it using Gradle. Provided deployment capabilities of web applications with spring-boot-starter-tomcat.

Build

  • Mac OS ./gradlew build
  • Windows gradlew build

Run

  • Mac OS ./gradlew bootRun
  • Windows gradlew bootRun

Deploy

Deployed a Spring Boot application from GitHub to Heroku. Used CleanDB addon for MySql data source. App can be found here.

API

You can find API description here