Skip to content

Create a Server that builds a cache for the Google Books API #13

@pnalvarez

Description

@pnalvarez

Currently we have a daily quota to fetch books from Google, which may cause issues in the UX for our application. We need to create a server(in any technical stack) that has the following logic:

  1. Performs a request once per day for each endpoint
  2. If our server hasn't reached that endpoint in a given day, we redirect the request to Google and save the response on local storage
  3. If that request has already been triggered, we fetch the data from our cache and return the response to the Front-End.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions