Backend to cache requests from bulky coin360 API to quickly visualize a dashboard(coin360-frontend) and assist in polling updates.
Run the following command to start a redis server
docker run -d --name some-redis -p 6379:6379 redis
Now install the dependencies with yarn install
, then run the project with yarn start:prod
The API used to fetch the data is property of coin360.