An Uber like system for delivering people to and from their appointments. The program is not fully done(Only dispatcher side is done), but what is done works.
[The system can be configured to only accept web-logins from a dispatcher.] The system can be divided into two groups, dispatchers, and drivers.
- Can assign tasks to drivers
- Can unassign tasks from a driver
- Can see the log of a driver
- Can see the information of the patient (Patient info is suppose to be coming from a government database)
- Can accept or deny any task that is assigned to him or her
- Can only see a starting point and an ending point for a given task, can not see patient information
- Python3.7
- mysql
- port: 3306
- X-protocol port: 33060
- Username: root
- Password: TumblrFuckingSucks123!@#
- Username: Mohamed01
- Password: TumblrFuckingSucks123!@#
- Username: [name]01
- Password: TumblrFuckingSucks123!@#
python3python -m venv env_medlyftsource env_medlyft/Scripts/activatepip install -r requirements.txt- import the database.sql file
python medlyft.pyThe site will be hosted on the following link: localhost:5000