https://github.com/rmottanet/drates-mssl-fk
Delivery Rates: Serverless Flask microservice fetching Redis data for other APIs. Deployed on Vercel.
https://github.com/rmottanet/drates-mssl-fk
api backend-api flask micorservice serverless
Last synced: about 2 months ago
JSON representation
Delivery Rates: Serverless Flask microservice fetching Redis data for other APIs. Deployed on Vercel.
- Host: GitHub
- URL: https://github.com/rmottanet/drates-mssl-fk
- Owner: rmottanet
- License: agpl-3.0
- Created: 2024-04-22T11:32:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T19:16:23.000Z (over 1 year ago)
- Last Synced: 2025-01-03T11:47:00.368Z (over 1 year ago)
- Topics: api, backend-api, flask, micorservice, serverless
- Language: Python
- Homepage: https://drates-mssl-fk.vercel.app
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dRates - Serverless Microservice with Flask
Delivery exRates is a serverless microservice implemented in Python using the Flask framework. It has been developed to fetch and return data stored in Redis for other APIs upon request.
## Features
- Fetches and returns data stored in Redis upon request.
- Built with Flask for a lightweight and efficient microservices architecture.
## Authentication
Access to the dRates microservice endpoint requires authentication using a Bearer token.
## Endpoint
```
GET /exrates
```
## Deployment
dRates is deployed as a serverless function on the Vercel platform. You can deploy your own instance by following these steps:
1. Clone the repository.
2. Set up an account on the Vercel platform and install the Vercel CLI.
3. Deploy the project using the Vercel CLI.
## Documentation
For detailed usage instructions and API documentation, please visit the project documentation at [https://rmottanet.gitbook.io/coinsnark](https://rmottanet.gitbook.io/coinsnark).
Thank you for visiting the project! Feel free to reach out if you have any questions, suggestions, or feedback; I'd be happy to assist.