Nexer8 / Medication_Prescriber

Medication Prescriber frontend web and mobile applications written in flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medication Prescription System

The project aims to create two applications for healthcare - mobile and web. They are designed to improve communication between the doctor and the patient in the matter of prescribing medications and recommendations, as well as generating reminders for the patient in the form of a list of medications that he should take on a given day.

Authors

Installation Guide

Local Build

Prerequisites

Backend

Frontend

All the commands listed below have to be executed inside frontend/ directory.

Web
# To build the web application
flutter build web
# To run the web application
flutter run -d chrome
Mobile
# To build the .apk file
flutter build apk
# To run the mobile application
flutter run -d emulator-<emulator_id>

Docker

docker-compose up -d --build

Usage

The frontend docker container is configured to work on port 1337.

Screenshots

Web

Web welcome screen
Web patient screen
Web home screen

Mobile

Mobile welcome screen Mobile home screen Mobile medication screen

About

Medication Prescriber frontend web and mobile applications written in flutter.

License:MIT License


Languages

Language:Dart 67.8%Language:C# 30.1%Language:HTML 0.8%Language:Dockerfile 0.7%Language:Swift 0.3%Language:Kotlin 0.2%Language:Objective-C 0.0%