Skip to content

Display images by folder in cloudinary #1

@nikitamalinov

Description

@nikitamalinov

I have my images and folders to be managed in cloudinary. This nextjs application will talk with cloudinary to create, read, and delete photos from folders in cloudinary. From the admin page, these api operations will be sent to nextjs api endpoints that you will create that will call clouinary.

In the admin page and new nextjs api endpoints you create, I want you to implement the following:

list the folders and their respective images from cloudinary in the admin page. This will require you to create a nextjs api route and also add the UI to the admin page. The admin page will populate the folders and images from calling the api route
allow users to create a new folder in the admin page. This will also call a different nextjs api route you will create.
allow users to upload a photo to a selected folder in the admin page. This will also call a different nextjs api route you will create.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions