This application is a sample project demonstrating how to build a REST API using SpringBoot, SpringSecurity, Spring Data JPA.
Run BlogApplication.java as a Java application.
To explore and invoke the REST endpoints go to http://localhost:8080/swagger-ui/index.html
Some of the endpoints needs authentication. Authenticate using POST /api/authenticate endpoint using credentials admin@gmail.com/admin.
TODO: Planning to add a front-end using angularjs, but as of now play with SwaggerUI :-)