Reliqui is open source scheduling system for outpatients appointments to provide the easiest service for hospital patients or clinics.
- Scheduling Physical Appointment
- Multiple Hospital/Clinic
- Health History
- Specialities/Polyclinics
- Doctor's Schedule
- Doctor & Staff Management
- To run this project, you must have PHP 7 installed.
- You should setup a host on your web server for your local domain. For this you could also configure Laravel Homestead or Valet.
Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies.
git clone [email protected]:reliqui/reliqui.git
cd reliqui && composer install && npm install
php artisan reliqui:install
npm run dev
Next, boot up a server and seed databases & visit http://reliqui.test.
- Seed DB:
php artisan db:seed
, Typeyes
in instruction and you will get the owner account. - Visit:
http://reliqui.test/settings/groups
to seed one or more hospital/clinic.
Fork the repository, make the code changes then submit a pull request.
Please, be very clear on your commit messages and pull requests, empty pull request messages may be rejected without reason.
Please read our Code of Conduct before contributing or engaging in discussions.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT license.