ncodedude / express-redis-docker

A Node/Express app with Redis through Docker Compose

Home Page:https://codewithhugo.com/setting-up-express-and-redis-with-docker-compose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Node/Express app with Redis through Docker Compose

https://codewithhugo.com/setting-up-express-and-redis-with-docker-compose/


Languages

Language:JavaScript 92.4%Language:Dockerfile 7.6%