Downloaded zip
Multi Restaurant App Zip File Structure.
Last updated
Multi Restaurant App Zip File Structure.
Last updated
Once you extract the downloaded file from ionicfirebaseapp website you will see below directory structure.
Multi Restaurant App Zip File Structure
Webapp: it keeps all the ionic web app source file. It is written in angular 5 and uses FireStore to store all the database. Some Firebase cloud functions are also written to handle some backend complex logic. You can deploy that function and host on firebase account.
Mobile App: Includes flutter app source file and written in dart. You can start a development project from this directory. You can follow this doc to know how to set up project.