alireza12prom / multer-minio

A simple storage engine for Multer to upload files on Minio storage.
MIT License
4 stars 2 forks source link

How to get a cloud managed minio storage server #3

Open mickeymond opened 4 months ago

mickeymond commented 4 months ago

@alireza12prom I came here to contribute to this repo to facilitate my teaching of the MERN stack. During the facilitation, I had to run a minio server on my local workstation using docker and then get the students to access it over the local network. But if they now want to publish their app, I need a cloud-managed minio service. Preferably, with a free-to-start subscription. Is there something like that?

alireza12prom commented 4 months ago

Hi @mickeymond, I googled but all the cloud providers I saw had no free-to-start subscription I'm afraid. Where do your students want to publish their apps? I mean if you have a server, you can easily run the Minio and then publish the port of that to be accessible from outside.