Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 447 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 447 Bytes

Description

Learn how caching works within NestJS, explore different types like in-memory and Redis, and follow along with a step-by-step implementation tutorial. Optimize your applications for peak performance today!

Clone Repo

$ git@github.com:Lakshya-Saini/Nest-Caching.git

Running the app

# create docker image
$ docker build -t nest-app .

# run image in container
$ docker run -p 3000:3000 -d nest-app