I developed Menuly to tackle the disorganization I observed in the service industry regarding menu management. Menu descriptions are often stored in platforms like Google Docs, leading to servers accessing outdated files or missing minor updates for extended periods. Menuly streamlines this by allowing managers to easily update menu descriptions and providing servers with an intuitive interface to reference and study them.
Menuly works with a Firebase backend, both for the database to store the menu descriptions and to handle login information. Every restaurant account is given a restaurant code, which non-admin accounts can sync with in order to get a live view of the menu. Users can update their code if they have multiple restaurant associations.
Tech Stack:
• Swift (UIKit)
• Firebase Authentication & Firestore
• Swift Package Manager