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.
- Runtime: Python 3.12
- OS: Windows | Linux | Mac
- Technologies used:
- Flask
- SQLAlchemy
- Marshmallow
For local setup
cd ~
git clone https://github.com/Mimi97-aqua/hospital_segment.git
cd hospital_segment
pip install -r requirements,txtBased 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.
- View documentation here.
- To test out the APIs, visit this link to view the Postman collection.