https://github.com/telkomdev/node-secure-download-redis-example
Secure Download example using NodeJs, Redis, and Minio
https://github.com/telkomdev/node-secure-download-redis-example
minio nodejs redis secure-download
Last synced: 4 months ago
JSON representation
Secure Download example using NodeJs, Redis, and Minio
- Host: GitHub
- URL: https://github.com/telkomdev/node-secure-download-redis-example
- Owner: telkomdev
- Created: 2019-08-29T09:49:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:41:38.000Z (over 2 years ago)
- Last Synced: 2025-01-16T20:19:02.994Z (5 months ago)
- Topics: minio, nodejs, redis, secure-download
- Language: JavaScript
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Secure Download example using NodeJs, Redis, and Minio
### Run this Demo example
start `redis` and `minio` server
```shell
$ docker-compose up
```start `node` server
```shell
$ npm start
```