DEV Community

Yves Z
Yves Z

Posted on

Create an Image API with MongoDB, Cloudinary and Next.js

Overview of My Submission

Sometimes when you create a website or a blog, you need an image. So you copy the link and use it. But sometimes, the link are no longer available and your website is broken.

The solution, create your own links.
Get the link, save the image in a database or use a service like cloudinary and save the link in a database like MongoDB.

You can take any link, save it to organise your research.
there is many usecases for this API.

Submission Category:

Choose Your Own Adventure

Link to Code

Github repository

Additional Resources / Info

I decided to create an API to save all crypto currency logo and organised them to used it later.

Example Page

Top comments (0)