Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T10:09:46.000Z (5 months ago)
- Last Synced: 2024-06-02T11:27:42.052Z (5 months ago)
- Topics: hospital, hospital-management-system, laravel, laravel-project, managment-system
- Language: Blade
- Homepage:
- Size: 24.3 MB
- Stars: 194
- Watchers: 7
- Forks: 134
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hospital Management System
![Front End](FrontEnd.png)
## Front End
![Front End](FrontEnd.png)
## Back End
![Back End](admin-screenshot.png)
## Database Tables
![Database Tables](Tables_Screenshot.png)
## 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 ❤