This is a Hospital Management System developed by Team Fresher. We use laravel breeze , sanctum and next js for frontend.
- CRUD
- Mail Notification
- Authorization and Authentication
- Filter Function
- Log Rotation with laravel scheduler
- RealTime Chatting
- Oauth 2 function (github , gmail)
- RealTime Video Chatting
composer install
php artisan key:generate
php artisan migrate
php artisan serve
You can check the API documentation below.
postman
Copy .env.example
to .env
and set the environment variables.
You can follow this link for frontend code if you want . You can download code from any branch. Frontend
- For Superadmin
[email protected]
12345678
- For Hospital Admin
[email protected]
12345678
- For Doctor
[email protected]
12345678
- For Patient
[email protected]
12345678
You need to setup your own mail address . If you don't want you can test from this .mailtrap We setup with this in .env and we also uploaded that file . If we want to this real time mail setup , you can test with this .
MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=loelzxxdpbcldzpz
MAIL_ENCRYPTION=tls
MAIL_FROM_NAME="${APP_NAME}"