https://github.com/tauseedzaman/hospitalms
Hospital management system with laravel and livewire.
https://github.com/tauseedzaman/hospitalms
hospital hospital-management-system laravel laravel-project managment-system
Last synced: 3 months ago
JSON representation
Hospital management system with laravel and livewire.
- Host: GitHub
- URL: https://github.com/tauseedzaman/hospitalms
- Owner: tauseedzaman
- Created: 2021-04-27T06:59:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T11:43:34.000Z (9 months ago)
- Last Synced: 2025-04-02T04:05:17.829Z (3 months ago)
- Topics: hospital, hospital-management-system, laravel, laravel-project, managment-system
- Language: Blade
- Homepage:
- Size: 24.3 MB
- Stars: 265
- Watchers: 7
- Forks: 169
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hospital Management System

## Front End

## Back End

## Database Tables

## Installation
Follow these instructions to set up and run the project locally on your Machine.
### Prerequisites
- [Git](https://git-scm.com/)
- [Composer](https://getcomposer.org/)
- [PHP](https://www.php.net/)### Installation
1. Clone the repository:
```bash
git clone https://github.com/tauseedzaman/hospitalMS.git
```
```bash
cd hospitalMS
``````bash
composer install
```
```bash
cp .env.example .env
```
```bash
php artisan key:generate
```
```bash
php artisan storage:link
```
```bash
php artisan migrate:fresh --seed
```
```bash
php artisan serve
```## Admin Credentials
Admin:
```bash
[email protected]
```
Password:
```bash
tauseed
```## If you like our project please leave a star ❤