Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.78 KB

README.md

File metadata and controls

53 lines (45 loc) · 1.78 KB

HealthPlus

Clinic Management Application in React Native based app for appointments management in clinics. It has the following features:

  • User Authentication.
  • Roll based user model - Doctors and Patients.
  • Users can book appointments which are mapped to their doctor.
  • Firebase database connectivity
  • Create and edit Patient and doctor profile.
  • Redux for state management

Installation

1. Clone the app from the Git repository

git clone https://github.com/18rohan/HealthPlus.git

2. Go the app directory

cd HealthPlus-master

3.Run a command to install the required dependencies using expo

expo install

Getting the app running on local machine

1. Run the following command in the app directory(expo-command)

This will start the expo server

expo start

2. Run the following command to initiate the emulator

expo ios/android

OR

Press I for ios emulator, or A for android emulator in the terminal, when the expo server is up and running.

Running it Online on GitPod

1.On this repository page change the url, by adding 'gitpod.io/#' before 'https'

https://gitpod.io/#https://github.com/18rohan/HealthPlus

2. Open the Gitpod IDE, and in the Gitpod terminal run the following commands:

npm install
npm start

3. npm start would install and start the expo cli. Then press 'w' to start the app simulation in web.