Skip to content
Kapil Gupta edited this page Jul 27, 2017 · 1 revision

The API uses the following technologies

  1. Docker
  2. GraphQL
  3. Redis
  4. Nginx Server

Docker is being used in order to provide an easy-to-replicate platform for all developers.

GraphQL is the query language for the API. It essentially sits between data-source and frontend, and helps in fetching data from the source and providing to frontend.

Redis is being used for caching.

Nginx is the server.

Clone this wiki locally