How to create a image hosting service with mongodb?

i am planning to create image hosting service with mongodb and nodejs just like imgur , and i dont want to use aws initially, i dont have free tier anymore

also i want to have 0 costs until i reach some 11k+ request per month , and after that i am willing to shift to aws

so until then how shall i create image hosting api service like imgur with mongodb?

Hi @Rohan_Devaki ,

Where do you plan to host the images? If you wish to POC your application you may use an M0 Atlas cluster to host the metadata of your hosted image URLs, using Realm functions, http endpoints and hosting you can host the application itself.

Otherwise, regarding pricing you need to verify with the options of different hosting and stack parts.

Thanks
Pavel