- Add/Modify/Delete a patient
- Add/Modify/Delete an appointment
- Add/Modify/Delete a patient's payment
- Add/Modify/Delete an observation about a patient
- Add/Modify/Delete a prescription for a patient
- Login for secretary
- Login for doctor
Composer Modules:
composer install
Node Package Modules:
npm install
Composer Modules:
npm run watch
Node Package Modules:
php artisan serve
First, create .env file which should include the database credentials, and server url.
Migrate the database:
php artisan migrate
Seed the database with data (populate):
php artisan db:seed
Verify the deployment by navigating to your server address in your preferred browser.
localhost:8000
Free Software, Hell Yeah!