A simple REST api using Go lang which demonstrates CRUD operations for a Book Repository.
This application uses array data structure in place of a database to hold the book data. It uses the following http multiplexer https://github.com/gorilla/mux to handle the incoming requests.
It runs on the localhost in port number 8000.