An open API service indexing awesome lists of open source software.

https://github.com/firmanjs/expressjs-redis-docker

Expressjs Redis with docker simple setup
https://github.com/firmanjs/expressjs-redis-docker

docker docker-compose expressjs expressjs-redis-docker redis

Last synced: 15 days ago
JSON representation

Expressjs Redis with docker simple setup

Awesome Lists containing this project

README

          

[![Maintainability](https://api.codeclimate.com/v1/badges/ae370c9519cb895c5145/maintainability)](https://codeclimate.com/github/firmanJS/expressjs-redis-docker/maintainability)

# Docker Expressjs Redis Simple Example Implementation

## How to use

1. install docker and docker compose in your OS
1. clone this project
1. open in terminal and set to the root folder after clone

- copy environment variable
```sh
cp .env-sample .env
```
run manualy via npm

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

## enjoy

:blush: :laughing: