Join our active, engaged community:
website
|
slack
|
discord
|
docs
|
framework
This is an open source food ordering application developed to showcase the capabilities of Zinger Framework. This app can be used by restaurant owners to accept food orders within a campus, tech park, or mall. This application receives orders placed using Zinger Customer App. Seller can accept orders, manage inventory and fulfill delivery and pickup orders using this app.
This Android Application is written in Kotlin with MVVM Architecture using the following libraries
- Android Architecture Components (ViewModel, LiveData)
- Koin
- Coroutines
- Retrofit
- Picasso
- Manage and track orders
- Edit menu items and dish availability with ease
- Manage restaurant opening and closing time
- Handle both delivery and pickup orders
We encourage you to participate in this open source project. We love Pull Requests, Bug Reports, ideas, (security) code reviews or any other kind of positive contribution.
-
Clone or Download the repository:
git clone https://github.com/harshavardhan98/Zinger-Seller-App.git
-
Import the project into Android Studio
-
Before running the project, you need to setup the Zinger Backend Server. Follow the intructions mentioned in this Link to setup the backend for this android app.
-
Change the base url in build.gradle (app level) to point to the server that you setup in previous step.
debug { //... buildConfigField "String", "CUSTOM_BASE_URL", '"YOUR_BASE_URL"' }
-
Create a firebase project, add this android app to that project: Firebase setup
-
Download google-services.json from the firebase project you created earlier and add it to the project under app folder
-
Enable Phone Number sign-in for your Firebase project
-
In the Firebase console, open the Authentication section.
-
On the Sign-in Method page, enable the Phone Number sign-in method.
-
-
Run the project into an emulator or a physical device.
- Shrikanth Ravi - Android Developer and UI Designer - Github Profile
- Harshavardhan P - Android Developer - Github Profile
-
You can ask programming-related questions on Stack Overflow. Use the
zinger
tag to tag your questions. -
Join our Slack group to start collaborating!
-
Chat with our contributors in Discord community.
-
Send an email to [email protected] with a brief description.
MIT License
Copyright (c) 2020 Harshavardhan P
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.