The database was developed using the NoSQL database system, one of the important points to mention in the creation of the database is that the api provided by the Microsoft Azure CosmosDB service was used, which allows us Create database with MongoDB.
Within our server, in addition to having the connection to our database, there are the APIs to obtain the data and images of each bread, this service is found in an App Service in Microsoft Azure.
For the part of the mobile application in React Native, React-Navigation was used to switch pages, Effect Hook, FlatList, etc.