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

https://github.com/patelvivekdev/node-express-redis-docker


https://github.com/patelvivekdev/node-express-redis-docker

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Express Redis Docker

> A simple Express server with redis cache and docker compose

## Used technologies

- Node.js
- Express
- Redis
- Docker

## Run container

```bash
docker-compose up
```

## Run container in background

```bash
docker-compose up -d
```

## Stop container

```bash
docker-compose down
```

# Vivek-0206