API based on GoinGecko's public API. to get initial data for bitcoin with euro as currency. API attempts to give answer to following questions with given date range.
- How many days is the longest downward trend?
- Which date has the highest trading volume?
- What are the best days to buy and sell?
API documentation
Tools used:
- .NET SDK
- .NET report generator
dotnet tool install -g dotnet-reportgenerator-globaltool
- Docker
- Azure
- Terraform
Docker
- Run via Docker
docker compose up --build
Api
- Launch
dotnet run --launch-profile dev --project src/Api/Api.csproj