Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bushmusi/hospital-managment-system
This project is developed in 2018 but the repository were in GitLab, So now I shifted to GitHub repo. The system designed for Selam Children's village hospital which supports almost all part of the work.
https://github.com/bushmusi/hospital-managment-system
bootstrap4 carbon css3 git-flow hospital-management-system javascript jquery rest-api
Last synced: 9 days ago
JSON representation
This project is developed in 2018 but the repository were in GitLab, So now I shifted to GitHub repo. The system designed for Selam Children's village hospital which supports almost all part of the work.
- Host: GitHub
- URL: https://github.com/bushmusi/hospital-managment-system
- Owner: bushmusi
- License: mit
- Created: 2022-09-07T01:12:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T02:31:59.000Z (about 2 years ago)
- Last Synced: 2024-01-27T01:47:05.131Z (10 months ago)
- Topics: bootstrap4, carbon, css3, git-flow, hospital-management-system, javascript, jquery, rest-api
- Language: PHP
- Homepage: https://www.youtube.com/watch?v=JmJzhni-BCA&t=87s
- Size: 692 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hospital Managment System
This project is developed in 2019 but the repository were in GitLab, So now I shifted to GitHub repo. The system designed for Selam Children's village hospital which supports almost all part of the work.
## Live Demo
- [Live link](https://www.youtube.com/watch?v=JmJzhni-BCA&t=87s)
### Features implemented so far are:
- Project Setup with Laravel Installations
## Built With
- Laravel (PHP framework)
- AdminLTE (Bootstrap template).
- CSSTo get a local copy up and running follow these simple example steps.
### Prerequisites
The basic requirements for building the executable are:
- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)# Getting Started
#### Cloning the project
```
git clone https://github.com/bushmusi/hospital-managment-system
```## Getting packages and dependencies
To get all package modules required to build the project run:
```
composer install
```## Running
To run the program on a browser through a server run this command in your cli
```
php artisan serve
```This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.
👤 **Author**
- GitHub: [@Bushra Mustofa](https://github.com/bushmusi)
- Linkedin: [@Bushra Mustofa](https://www.linkedin.com/in/bushra-mustofa)
- Twitter: [@Bushra Mustofa](https://www.twitter.com/bushera_mestofa)## 📝 License
This project is [MIT](./MIT.md) licensed.