Skip to content

Mimi97-aqua/hospital_segment

Repository files navigation

Hospital Segment

Overview

This project implements a small section of a medical app where patient data is made available to doctors such that caregivers can be assigned to them if need be and prescriptions can equally be given to them.

This project is hosted here.

Setup

  • Runtime: Python 3.12
  • OS: Windows | Linux | Mac
  • Technologies used:
    1. Flask
    2. SQLAlchemy
    3. Marshmallow

For local setup

cd ~
git clone https://github.com/Mimi97-aqua/hospital_segment.git
cd hospital_segment
pip install -r requirements,txt

Implementation

Based on the Figma design, the database required 3 main objects (tables), namely:

  • Participant
  • Prescriptions
  • Care Giver

From here, I proceeded to implementing the API routes.

API Docs

About

Hospital app for monitoring and attending to patients extract

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors