fmr / booklibrary

A RESTful API for showcasing learnings in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

booklibrary

A RESTful API for showcasing learnings in Kotlin

Usage

./gradlew bootRun

Then, open http://localhost:8080 in your browser.

You should see the following results:

[
  {
    "title": "The Way of Kings",
    "author": "Brandon Sanderson",
    "coverURL": "https://d.gr-assets.com/books/1448127430l/7235533.jpg",
    "isbn": "0765326353"
  },
  {
    "title": "The Hitchhiker's Guide to the Galaxy",
    "author": "Douglas Adams",
    "coverURL": "https://d.gr-assets.com/books/1327656754l/11.jpg",
    "isbn": "0345391802"
  },
  {
    "title": "Mistborn: The Final Empire",
    "author": "Brandon Sanderson",
    "coverURL": "https://d.gr-assets.com/books/1437254833l/68428.jpg",
    "isbn": "076531178X"
  }
]

References

About

A RESTful API for showcasing learnings in Kotlin


Languages

Language:Kotlin 100.0%