Connect with a local chef and order your favourite meal in seconds!
Table of Contents
Meal was a group project for my Introduction to Software Engineering course (SEG 2105) at the University of Ottawa where my team and I were tasked with creating an app in the food delivery market. We quickly recognized that creating yet another food delivery app would be repetitive and frankly vanilla.
We noticed that popular delivery apps were already fast, accessible, and easy, which is something we wanted to implement as well. However, from our personal experiences, the quality was primarily fast food and unhealthy choices. That's when we thought of Meal! Meal guarantees fresh ingredients, high-quality meals, and professional chefs, making it easier for customers to access healthier and home-cooked meal options only. Meal connects hungry folks with a local chef!
Deploying and running this app is quite easy! You can download and run the APK file directly on an Android device.
The APK is located:
Meal/MealerApp/app-debug.apk
Alternatively, you can run the android application locally through an emulator (see below).
- Java (8)
- Minimum SDK 22
- Target SDK 32
- Gradle (7.3.0)
Below is how to run the Meal android application locally through an emulator in Android Studio.
- Clone the repo (this will preserve the firebase connection for backend data handling)
git clone https://github.com/Deniz-Jasa/Meal.git
- Add Configuration
Android API 22
- Simply press Build and Run
Build and Run will excute the necessary gradle and emulator scripts!
Contributions: Iaroslav Volkov, Deniz Jasarbasic, Matteo Torlone, and Evgeny Smirnov.