Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 403 Bytes

cache-exercise

A simple exercise on a mongo db cache implementation

Setup

  1. Run npm install
  2. Copy the .env.example file into .env and run npm start

Test

Just run npm test

Run

Just run npm start to run your the webserver on your local machine [it relies on the .env file mongodb config]

TODOs

  • Use appropriate technology for the CacheWrappers
  • Extend code coverage