Drarig29/crypto-balance

Rewrite everything with async/await

Drarig29 opened this issue · 0 comments

Currently, Rocket, reqwest and mongodb are using synchronous functions.

I'd like that all the requests of each API are done in parallel to speed up the whole response time.