Skip to main content

Setup Project

After Android studio, Visual Studio Code, Flutter and all plugins installed properly, the next step is to prepare the project

in the Hello Doctor project, you will get two Flutter projects consisting of Hello Doctor App & Admin Dashboard, Firebase Cloud Function

Hallo Doctor Project :

  • /Hello_Doctor_Flutter_Firebase Hello Doctor Flutter App

    • This is the main mobile app built with Flutter (Android/iOS). It’s the app used by end users for the core features.
  • /Hello_Doctor_Cloud_Function_Firebase Hello Doctor Admin Dashboard App

    • This is the web admin dashboard project used by admins to manage app data (for example: users, content, and settings). It’s packaged as a separate app from the mobile app.
  • /Hello_Doctor_Admin_Dashboard Firebase Cloud Function

    • This contains the Firebase Cloud Functions (backend logic). It runs on Firebase and is used for server-side tasks like automation, validations, and integrations.

we will setup each project folder above, until it can run properly on your machine