Skip to content

The Smart Booking System for Outpatient Appointments

License

Notifications You must be signed in to change notification settings

enzotaufan/reliqui

 
 

Repository files navigation

Reliqui

Laravel Version Build Status StyleCI Latest Stable Version Software License

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

Installation

Prerequisites

  • 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.

Step 1

Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies.

  1. git clone git@github.com:reliqui/reliqui.git
  2. cd reliqui && composer install && npm install
  3. php artisan reliqui:install
  4. npm run dev

Step 2

Next, boot up a server and seed databases & visit http://reliqui.test.

  1. Seed DB: php artisan db:seed, Type yes in instruction and you will get the owner account.
  2. Visit: http://reliqui.test/settings/groups to seed one or more hospital/clinic.

Contributing

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.

Code of Conduct

Please read our Code of Conduct before contributing or engaging in discussions.

Security Vulnerabilities

If you discover any security related issues, please email davidhasiholans@gmail.com instead of using the issue tracker.

License

The MIT license.

About

The Smart Booking System for Outpatient Appointments

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.5%
  • HTML 30.3%
  • Vue 0.2%