Project Objectives
This project aims to implement a books management REST API server in Go, named lr_rest_books_py
1.
The following features should be available:
- It CRUD2s books in RESTful style.
- It stores data in MySQL and monogoDB.
- It caches data with Redis.
- It supports pagination and search.
- It does authentiction with JWT.
- It can be deployed in multiple ways, such as standalone, nginx-proxy, docker and kubernetes.