Skip to content

CareHelper - A platform for patients and for doctors that helps the communication process between them more convenient during long-term examinations.

Notifications You must be signed in to change notification settings

dscdut/care-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CareHelper 🏥

ava

CareHelper - A platform for patients and for doctors that helps the communication process between them more convenient during long-term examinations.

This project will join GDSC Solution Challenge 2024.

Technology used ✨

Setup and run

Click to expand

Clone the repo

git clone https://github.com/dscdut/care-helper

Backend

  1. Prerequisites
npm install --global yarn
  1. Install NPM packages
cd backend
# run database migrations and seeds
npm run db:reset
yarn install
  1. Run the development server:
yarn start
  1. Open http://localhost:3000.

Mobile

  1. Change directory:
 cd ..
 cd mobile
  1. Get the dependencies:
flutter pub get
  1. Start build APK release file:
flutter build apk --release -t lib/main_staging.dart --flavor=staging

Frontend

  1. Install dependencies
cd frontend
# run database migrations and seeds
npm run install
  1. Run the development server:
npm run dev
  1. Open the running port

About

CareHelper - A platform for patients and for doctors that helps the communication process between them more convenient during long-term examinations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published