Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natthasath/demo-exchangerate-api

Exchange rate is the value of one country's currency in terms of another country's currency. It fluctuates based on supply and demand in the market, and can be influenced by economic conditions and government policy.
https://github.com/natthasath/demo-exchangerate-api

docker-compose dockerfile exchange-rate fastapi poetry python

Last synced: 1 day ago
JSON representation

Exchange rate is the value of one country's currency in terms of another country's currency. It fluctuates based on supply and demand in the market, and can be influenced by economic conditions and government policy.

Awesome Lists containing this project

README

        

# 🎉 DEMO ExchangeRate API

Exchange rate is the value of one country's currency in terms of another country's currency. It fluctuates based on supply and demand in the market, and can be influenced by economic conditions and government policy.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🏆 Run

- [http://localhost:8000/docs](http://localhost:8000/docs)
- [http://localhost:8000/subapi/docs](http://localhost:8000/subapi/docs)

```shell
docker-compose up -d
```