A simple express project that integrates with CoinGecko API to give information about a token and implements caching using Redis.
- ExpressJs
- Typescript
- Redis
- CoinGecko - https://api.coingecko.com/api/v3
- Install Dependencies
npm install
- Production Mode
npm run start
- Development Mode
npm run start:dev