mostafashawki / redis-caching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caching API

A small Node js API using Express and Redis to demonstrate the caching technique.

Installation & Run

  • Make sure that you have Redis up and running on your machine, you can take a look here on how to install Redis locally.
  • npm install
  • npm start

Testing

  • Make sure that the API is up and running before start Cypress
  • npx cypress run

About


Languages

Language:JavaScript 100.0%