A book management system built with Java, Spring Boot, MongoDB and Redis.
Run in command line:
a) redis-server
b) redis-cli monitor
c) mongod --dbpath ~/data/db
a) Post a json with property "name"
b) Get all books at http://localhost:8080/api/bookcase/mongodb/all
c) Copy and paste the id of the book you just created
d) Replace "all" in the link above with the id, and use GET method agin
e) Check the redis-cli monitor, the book with specified id was cached