TastyTrails is a web application designed to explore delightful recipes from around the world. It leverages modern technologies to create an immersive culinary experience.
Description:
Currently, recipe images are stored on GitHub and referenced by URLs. This approach can be inefficient and may lead to limitations such as bandwidth issues, dependency on GitHub's availability, and potential future scalability concerns. The goal is to store recipe images directly in the database, ensuring that all recipe data (including images) is contained within a centralized system.
Component
backend
It should be implemented because
Storing recipe images in the database, rather than on an external platform like GitHub, offers several advantages in terms of data management, scalability, security, and flexibility.
Is there an existing issue raised for this?
Describe the feature
Description: Currently, recipe images are stored on GitHub and referenced by URLs. This approach can be inefficient and may lead to limitations such as bandwidth issues, dependency on GitHub's availability, and potential future scalability concerns. The goal is to store recipe images directly in the database, ensuring that all recipe data (including images) is contained within a centralized system.
Component
backend
It should be implemented because
Storing recipe images in the database, rather than on an external platform like GitHub, offers several advantages in terms of data management, scalability, security, and flexibility.
Would you like to work on this issue?
Yes
Terms & Conditions