Skip to content

MrSolution07/MpiloApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MpiloApp - Original Project

⚠️ This project has been split into two separate applications:

Split Applications

1. MpiloApp-User

  • Location: ./MpiloApp-User/
  • Purpose: User-facing mobile application
  • Features: User authentication, doctor search, appointment booking, medical records, chat

2. MpiloApp-Practitioner

  • Location: ./MpiloApp-Practitioner/
  • Purpose: Practitioner-facing mobile application
  • Features: Practitioner dashboard, patient management, medical records, inventory, messaging

Why the Split?

The original project contained both user and practitioner functionality in a single codebase. This has been split to:

  1. Independent Development: Each app can be developed, built, and deployed independently
  2. Expo Go Compatibility: Both apps can now run separately on Expo Go
  3. Cleaner Codebase: Each app only contains relevant features and components
  4. Easier Maintenance: Smaller, focused codebases are easier to maintain and debug

Getting Started

To work with either application, navigate to the respective directory:

# For User App
cd MpiloApp-User
npm install
npm start

# For Practitioner App  
cd MpiloApp-Practitioner
npm install
npm start

Shared Resources

Both applications share:

  • Supabase backend configuration
  • Common services and utilities
  • Authentication context
  • Asset files (images, animations)

Migration Notes

  • All user-specific screens and components moved to MpiloApp-User
  • All practitioner-specific screens and components moved to MpiloApp-Practitioner
  • Shared services, context, and hooks are duplicated in both projects
  • Each app has its own navigation structure optimized for its use case

and yes no problems when you log in

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors