- contains two endpoints
/cryptocurrency
with query parametercurrency
that returns currency rates for some cryptocurrencies/find_hash
with query parameterhash
hat finds if hash is within files that are randomly generated on app startup
- you should run app by typing
docker-compose -f docker-compose.yaml up server