https://github.com/yashkumarverma/coin360-backend
cloud application to act as middleware and provide fast access to bulky coin360 API
https://github.com/yashkumarverma/coin360-backend
api blockchain broker coin360 performance polling redis
Last synced: 6 months ago
JSON representation
cloud application to act as middleware and provide fast access to bulky coin360 API
- Host: GitHub
- URL: https://github.com/yashkumarverma/coin360-backend
- Owner: YashKumarVerma
- Created: 2021-02-07T15:22:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T02:54:06.000Z (over 4 years ago)
- Last Synced: 2025-03-20T22:04:03.588Z (7 months ago)
- Topics: api, blockchain, broker, coin360, performance, polling, redis
- Language: JavaScript
- Homepage:
- Size: 680 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coin 360
Backend to cache requests from bulky coin360 API to quickly visualize a dashboard([coin360-frontend](https://github.com/YashKumarVerma/coin360-frontend)) and assist in polling updates.
## Requirements
Run the following command to start a redis server```bash
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`
## Design
## Disclaimer
The API used to fetch the data is property of coin360.