Dan2024 / PepperHQ-backend-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOW TO RUN

Start local server

npm run dev

Start redis Server

install redis on your machine (if you havent already)

brew install redis

run default redis server with

redis-server

Make GET request to /menu endpoint

http://localhost:3000/menu

check ms of first call and compare to subsequent calls to see effect of caching

About


Languages

Language:TypeScript 100.0%