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
- Host: GitHub
- URL: https://github.com/firmanjs/expressjs-redis-docker
- Owner: firmanJS
- Created: 2020-02-07T03:29:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T18:03:56.000Z (about 3 years ago)
- Last Synced: 2025-02-02T09:41:36.208Z (about 1 year ago)
- Topics: docker, docker-compose, expressjs, expressjs-redis-docker, redis
- Language: JavaScript
- Size: 369 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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: