Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 398 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 398 Bytes

Books REST API example

Sample REST API using Spring Data REST and H2.

The sample data about Books, Authors, Publishers and Genres are generated with Data Faker Library.

Software Stack

  • Gradle
  • Spring Boot
  • Spring Data REST
  • H2

Run project

./gradlew bootRun

After running the project, the sample data will be inserted to H2.