Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 354 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 354 Bytes

gin-books-api

  • A REST API using the Gin web framework for managing a collection of books with a Cloud backend
  • Makes use of the generous free tier offered by GCP
  • Uses Google Firestore for a scalable document database
  • Started from this article