Skip to content

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.

License

Notifications You must be signed in to change notification settings

stylepatrick/crypto_price_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages