OrderIt is an end-to-end solution for restaurants, coffee shops and food stores to order foods, beverages or other items in an intuitive way. The repository contains an Android client and an Express.js kitchen module.
At OrderIt, we aims to streamline ordering process for business owners so they can deliver more in less time.
- Order by an app on Android/iOS smartphone or tablet
- Customer orders are communicated directly to kitchen's system
- Food prepration time is communicated so customers know when their food is prepared and when they should expect it to be served
- First come first serve orders are ensured. Had never a first-come customer has to see others' food being served before them.
The Android source lives in the OrderIt
folder. Open the project with Android Studio Giraffe (or newer) and let Gradle download the dependencies.
The Node.js based kitchen service resides in kitchen-module
. Follow the instructions in its README to configure Firebase and start the server.