Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 925 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 925 Bytes

Blog API

Java CI with Gradle Codacy Badge

Overview

Blog REST API built with Spring. Specific request mappings require JSON Web Token. Swagger UI page generated from the OpenAPI specification document is available at /swagger-ui.html

https://my-blog-rest-api.herokuapp.com/swagger-ui.html

AngularJS client application

Docker

docker build -t blog-api .
docker run -p 8090:8090 blog-api

Vagrant

./gradlew build
java -jar build/libs/blog-1.0-SNAPSHOT.jar

Test

Run JUnit tests

./gradlew test

License

This project is released under the MIT License