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.
- Project Setup with Laravel Installations
- Laravel (PHP framework)
- AdminLTE (Bootstrap template).
- CSS
To get a local copy up and running follow these simple example steps.
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)
git clone https://github.com/bushmusi/hospital-managment-system
To get all package modules required to build the project run:
composer install
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
- Linkedin: @Bushra Mustofa
- Twitter: @Bushra Mustofa
This project is MIT licensed.