https://github.com/gisoreb/doctor-appointment-backend
This is a laravel backend server for a flutter doctor's appointment app whereby the user is able to book an appointment, Edit and delete an appointment; User is able to rate various doctors and submit their reviews.
https://github.com/gisoreb/doctor-appointment-backend
laravel-framework php8 sanctum-authentication
Last synced: 3 months ago
JSON representation
This is a laravel backend server for a flutter doctor's appointment app whereby the user is able to book an appointment, Edit and delete an appointment; User is able to rate various doctors and submit their reviews.
- Host: GitHub
- URL: https://github.com/gisoreb/doctor-appointment-backend
- Owner: GisoreB
- Created: 2024-07-11T04:56:54.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-11T05:52:25.000Z (11 months ago)
- Last Synced: 2025-02-12T12:44:00.673Z (4 months ago)
- Topics: laravel-framework, php8, sanctum-authentication
- Language: PHP
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Doctor Appointment Laravel backend
This is a laravel backend server for a flutter doctor's appointment app whereby the user is able to book an appointment, Edit and delete an appointment; User is able to rate various doctors and submit their reviews. The doctors are added via laravel dashboard which can be accessed through http://127.0.0.1:8000/register or login through http://127.0.0.1:8000/login. Through the dashboard the doctors can edit their profile picture, bio and set new passwords. The laravel doctor's dashboard show a summary of appointments , rating and reviews of each doctor.
## How to run
Clone the repo into a XAMMP or MAMP(htdocs folder) then run composer install followed by npm install then npm run dev. Also I zipped the database(mysql) as export which you can import it to your database environment with already existing data.## Screenshots
















