Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

REST API Design using SpringBoot

This application is a sample project demonstrating how to build a REST API using SpringBoot, SpringSecurity, Spring Data JPA.

How to Run?

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 :-)