rafeira / hospital-laravel

This project is to improve my programing skills, both in data modeling and in laravel development. The idea is to create a system where the users (nurses and doctors) can register their patients, medicaments prescribed and aplied, can control the usage of beds and to make several reports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hospital System in laravel

About the application

This project is to improve my programing skills, both in data modeling and in laravel development. The idea is to create a system where the users (nurses and doctors) can register their patients, medicaments prescribed and aplied, can control the usage of beds and to make several reports.

Take a look at the modeling

Data Modeling

I am open to suggestions for changes and corrections about the modeling


Requirements

Composer - 2.0.9

PHP - 8.0

Laravel - 8.35.1

Mysql - 8

Steps to run


First, take a look and make the installation of composer

Composer installation

Then, install PHP

sudo apt install php8.0 

Now you should install most required PHP modules from the list.

sudo apt install php7.3-cli php8.0-xml php8.0-mysql php8.0-curl php8.0-gd php8.0-json php8.0-mbstring php8.0-mcrypt

Do a clone of the repository

git clone https://github.com/rafaelpvs/...

Open the folder

cd {nameproject}

Install the laravel dependencies

composer install

Install node dependencies

npm install

or

yarn install

Create a database and put the data accesses in the env file

Run migration

php artisan migrate

To finish, run the server to test if is ok

php artisan serve

Open your browser in localhost:8000 and be ready to collaborate

Official Documentation

Documentation for the framework can be found on the Laravel website.

About

This project is to improve my programing skills, both in data modeling and in laravel development. The idea is to create a system where the users (nurses and doctors) can register their patients, medicaments prescribed and aplied, can control the usage of beds and to make several reports.


Languages

Language:PHP 72.5%Language:Blade 27.0%Language:Shell 0.5%