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

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

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
```