This is one of the two applications used in a restaurant order mangament system. There is a user application which allows user to come to hotel and place orders based on the catalog available. This order placed by the customer is seen in the admin application. The waiter, chef and the hotel managers constitutes the admins. Each of the admins have different level of access to the data.
- Application provides access to manager, waiter and chef
- Application Displays a list of Recyclerviews of food items that are typically served in the hotel
- Admin with sufficient admin rights can edit the price and availability of each item on tapping the recycler view.
- Admin with sufficient rights can add new items to the catalog
- Admins can see the active orders in the application and summary of orders
- Admin Application is Built in Native Android
- Uses Retrofit for API calls
- Uses Picasso for loading and displaying images
- Backend is built Nodejs and is available here
- GPL V3 License