Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/natthasath/demo-exchangerate-api
- Owner: natthasath
- License: mit
- Created: 2023-01-23T03:24:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T06:52:36.000Z (7 months ago)
- Last Synced: 2024-11-11T06:15:03.896Z (2 months ago)
- Topics: docker-compose, dockerfile, exchange-rate, fastapi, poetry, python
- Language: YAML
- Homepage: https://www.exchangerate-api.com/
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```