Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 498 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 498 Bytes

nestjs-redis-caching

Simple Redis Caching

Getting started

Installation

Install and Start Mongo

Install and Start Redis

Clone the repository

git clone https://github.com/elidgbarbosa/nestjs-redis-caching.git

Switch to the repo folder

$ cd nestjs-redis-caching

Install dependencies

$ npm install

Running the app

$ npm run start