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.
Click to expand
git clone https://github.com/dscdut/care-helper
- Prerequisites
-
Install node https://nodejs.org/en/download/
-
Install yarn
npm install --global yarn
- Install NPM packages
cd backend
# run database migrations and seeds
npm run db:reset
yarn install
- Run the development server:
yarn start
- Open http://localhost:3000.
- Change directory:
cd ..
cd mobile
- Get the dependencies:
flutter pub get
- Start build APK release file:
flutter build apk --release -t lib/main_staging.dart --flavor=staging
- Install dependencies
cd frontend
# run database migrations and seeds
npm run install
- Run the development server:
npm run dev
- Open the running port