This project is based on Laravel 5 boilerplate
- Role based authentications for admins, doctors and patients
- Patient Reports
- Doctor - Patient Messaging
- Medical Reports
- and lots more.
composer install
npm install
- Rename .env.example to .env and add credentials
- Visit
/install
to complete installation - run
gulp
orgulp watch
(Install gulp (sudo npm install -g gulp) if needed)