Skip to content

HugoDF/express-redis-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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