Skip to content

A simple express project that integrates with CoinGecko API to give information about a token and implements caching using Redis.

Notifications You must be signed in to change notification settings

dinaaz-codes/redis-project

Repository files navigation

Redis Project

A simple express project that integrates with CoinGecko API to give information about a token and implements caching using Redis.

Techstack

  1. ExpressJs
  2. Typescript
  3. Redis

External APIs Used

  1. CoinGecko - https://api.coingecko.com/api/v3

Run Server

  • Install Dependencies
npm install
  • Production Mode
npm run start
  • Development Mode
npm run start:dev

About

A simple express project that integrates with CoinGecko API to give information about a token and implements caching using Redis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published