Skip to content

mpmartins/reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Reminder Service

This project is an example on how to implement a simple microservice with REST endpoints using Spring Boot.

You can access the REST API at : https://mariopmartins-reminder.herokuapp.com/swagger-ui.html

How to build and run

Prerequisites

  • Java 8+

From terminal and using Maven

Go on the project's root folder and type:

$ ./mvnw spring-boot:run

From Eclipse (Spring Tool Suite)

Import as Existing Maven Project and run it as Spring Boot App.

Usage

After running the application, type the http://localhost:8080/swagger.html url to access the swagger interface and see all the available REST endpoints.

Releases

No releases published

Packages

No packages published

Languages