Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.06 KB

Holidays Calendar

Build Status

The project holidays-calendar provides REST services for create, update, delete and search for holiday dates organized by Country, State or County.

Travis CI (Continuous Integration)

Using Travis as CI accessing https://travis-ci.org/mcalegaro/holidays-calendar

Technologies

Built using maven, java 8, spring-boot 1.4.3, spring-boot-devtools, spring-data-mongodb, swagger 2 and lombok accessing NoSQL MongoDB 3.2. Tests with junit, RestAssured and embedded MongoDB.

How to start the project

mvn spring-boot:run

How to access the project

http://localhost:9090/

API RESTful

Using Swagger UI 2 to document the RESTFul API accessing http://localhost:9090/swagger-ui.html