| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project simulates a basic information system where a doctor can manage patients and health programs. The goal is to implement a RESTFUL API using Flask to handle core functionalities such as creating programs, registering patients, and managing patients enrollments.
bash git clone git@github.com:Walter1G/HealthSystem.git
Navigate inside the HealthSystem folder
cd server pip install -r requirements.txt flask run
cd ../UI npm install npm run dev
| Back | FazBrowse Home | New Git URL |