Download zip
Once you buy this product then able to download restaurantsass.zip file. You can extract that zip then you can see directory structure like above.
MobileApp: It has two more directly inside userApp and deliveryApp. userApp directory contains all the ionic development source file for user application similarly deliveryApp directory has all the source file delivery boy app.
Dashboard: We have two dashboard Restaurant and superAdmin. Restaurant directory has all the source file for restaurant dashboard. There each restaurant owner can register and add all the restaurant location and can assign manager to each location. Manager can only access and manage all the menuItem and order for location they assign but restaurant owner can overview all the sales for each location etc. SuperAdmin directory build for supper admin to check sales for each restaurant and they can manage each restaurant including there sales report.
NodejsAPI: We develop all the API with nodeJS and ExpressJS framework with MongoDB as database . This directly has all the api required for both mobile app and dashboard. You need to deploy this api on any cloud server like Heroku, AWS, Digital Ocean etc or you can use own VPC server as well. Once you deploy on your any server you just need to add that server name in app and dashboard that's it Rest everything start working as it is.