Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 825 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 825 Bytes

Bday Alert

A simple CRUD to manage a birthday model: name and date. The model is stored in a MySQL or H2 database and made available through a REST API.

Prerequisites

Clone

git clone https://github.com/dmoutinho/bday-alert.git

Build

$ cd bday-alert
$ mvn clean install

Run

$ cd target
$ java -Dserver.port=9080 -jar bday-alert-0.0.1-SNAPSHOT.jar

Test

$ curl localhost:9080/birthday

References