Skip to content

eugenemrg/currency-converter-proxy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter App API proxy using FastAPI with Redis

A RESTful API proxy made using FastAPI for the currency converter app project

The API proxy is able to:

  • Receive, process and respond to requests from the currency-converter app
  • Cache results for the most frequent API calls with Redis
  • Periodically update cached responses
  • Improve access times when returning cached results instead of making new API calls

Releases

No releases published

Packages

No packages published

Languages