Management app for medical clinics
About this project
About laravel-medical: laravel-medical is a full-stack web application that allows the user to manage a medical clinic. There are three roles in this app, each with a particular level of access: SECRETARY can: 1. Login 2. Create a new appointment 3. View list of the patients and the doctors in registered in the app. DOCTOR can: 1. Do anything a secretary can do. 2. Manage the patient assigned to him (has/had appointment with them). 3. Manage the patient's profile (see the use case diagram). ADMIN can: 1. Do anything a doctor & secretary can do. 2. manage users of the app. Use Case Diagram: Tech used: Laravel V9 : web application framework AdminLTE Bootstrap Admin Dashboard Template link Installation Dependencies install : Database setup - Create an empty database on phpmyadmin - Copy content of .env.example into new .env file - Change those values on the .env file - Migrate the database - [Optional]: Seed the database > check database/seeders/DatabaseSeeder.php for details. Login to the app: if you checked DatabaseSeeder.php as I told you (look above) you will notice that 4 users has been created : role email password
From the project README on
GitHub
- Stars
- 13
- Forks
- 9
- Last push
- 14 Dec 2022
Add this badge to your README
Show that your project is listed on Made in Algeria.
[](https://www.madeinalgeria.dev/projects/laravel-medical)