A web app to help caregivers, doctors, and loved ones stay up to date with elderly individual's care.
This site was a project for the RIT class SWEN-444, Human Centered Reqs and Design.
It is currently hosted at https://community-care-hub.herokuapp.com/.
The acceptable credentials are:
Username: Doctor
Password: abc123
Username: Caregiver
Password: abc123
Username: Loved One
Password: abc123
git clone https://github.com/amk5401/CommunityCareHub
cd CommunityCareHub
php -S localhost:8000
If php is installed open a command prompt at the project directory and run:
php -S localhost:8000
If not, consider using a tool like EasyPHP to run the application.