/expressjs-redis-docker

Expressjs Redis with docker simple setup

Primary LanguageJavaScript

Maintainability

Docker Expressjs Redis Simple Example Implementation

How to use

  1. install docker and docker compose in your OS
  2. clone this project
  3. open in terminal and set to the root folder after clone
  • copy environment variable
cp .env-sample .env

run manualy via npm

npm install
node server.js
  • run via docker
docker-compose up --build
  1. open in your browser http://localhost:3000

enjoy

😊 😆