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

https://github.com/stylepatrick/crypto_price_tracker

Crypto price tracker which stores values in PostgresDB via a scheduler with manual trigger via REST API. Coingecko API is used to get the actual price.
https://github.com/stylepatrick/crypto_price_tracker

coingecko-api crypto-price-tracker postgresdb price scheduler

Last synced: 22 days ago
JSON representation

Crypto price tracker which stores values in PostgresDB via a scheduler with manual trigger via REST API. Coingecko API is used to get the actual price.

Awesome Lists containing this project

README

          

# crypto_price_tracker
Crypto price tracker which stores values in PostgresDB via a scheduler with manual trigger via REST API. Coingecko API is used to get the actual price.

# Environment
- POSTGRES=postgresql://python:python@localhost:25432/python
- PORT=8000
- SCHEDULERCOIN=bitcoin

# Swagger
Link: http://localhost:8000/docs

# Technologies
- fastapi
- sqlalchemy