Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 429 Bytes

Express Redis Docker app

Requirements: Docker Community Edition

To start the app run: docker-compose up.

It will then be started on port 3000.

Endpoints

Hello World

curl http://localhost:3000

Storing Data

curl http://localhost:3000/store/my-key\?some\=value\&some-other\=other-value

Fetching Data

curl http://localhost:3000/my-key