Giter Club home page Giter Club logo

medical's Introduction

About laravel medical app:

Medical is a full-stack web application that allows the user to manage a medical clinic.

  • There are three roles in this app, each with a particular level of access:

  • SECRETARY can:

    1. Login
    2. Create a new appointment
    3. View list of the patients and the doctors in registered in the app.
  • DOCTOR can:

    1. Do anything a secretary can do.
    2. Manage the patient assigned to him (has/had appointment with them).
    3. Manage the patient's profile (see the use case diagram).
  • ADMIN can:

    1. Do anything a doctor & secretary can do.
    2. manage users of the app.



Use Case Diagram:

use case Diagram

Mysql Relatioship Diagram:

mysql relationship Digram

Tech used:

  • Laravel V9 : web application framework
  • AdminLTE Bootstrap Admin Dashboard Template

Installation

  1. Dependencies install :

    git clone https://github.com/munazzil4/laravel_medical.git
    cd ./laravel_medical
    
    composer install --ignore-platform-reqs
    
    npm install
  2. Database setup

    • Create an empty database on phpmyadmin
    • Copy content of .env.example into new .env file
      cp .env.example .env
    • Change those values on the .env file
      DB_CONNECTION=mysql
      DB_HOST=127.0.0.1
      DB_PORT=3306
      DB_DATABASE=db_name
      DB_USERNAME=root
      DB_PASSWORD=db_password
    • Migrate the database
      php artisan migrate
    • [Optional]: Seed the database
      php artisan db:seed

      check database/seeders/DatabaseSeeder.php for details.



3. Login to the app:

  • if you checked DatabaseSeeder.php ,as you will notice that 4 users has been created :
role email password
Admin [email protected] 123456
Doctor [email protected] 123456
Doctor [email protected] 123456
Secretary [email protected] 123456

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.