A simple application that caches requests from jsonplaceholder and swapi.
- NodeJS
- Redis
- Docker
Install dependencies
npm install
Starting application for development
npm run start:dev
Build Image
npm run docker:build
Run Docker Compose
npm run docker:compose
Test application (check response time)
curl http://localhost:5000/jsonp/posts
<> with <3 by @ocardenasg