ChamalHerath / PAF-Doctor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAF-Doctor

HelthCare is a hospital management system where the registered users can make appointments with the registered doctors who visit the registered hospitals. After the appointment success, user(patient) can make the payment online.

-- project Architecture --

  • docmed(Client):-

    1. css folder :- includes all stylesheets (bootstrap.min.css, style.css, jquery.toast.min.css)
    2. fonts :- fonts package
    3. img :- include the background image
    4. js :- includes all js files (main.js, service.js, jquery.toast.min.js)
    5. doctor.html :- form & grid view

  • Doctor :-

    1. include all server side implementation (POST, GET, PUT, DELETE)

  • Utility :-

    1. apache8.5 (CORS, Doctor.war, web.xml)
    2. database backup(s)
    3. IT18116748.zip with Connection.xml

-- Project Configuration --

  1. Create a database with proper-name.
  2. Import .sql backup to created database.(important)
  3. Extract IT18116748.zip into the C: drive.(important)
  4. Open and edit Connection.xml file according to your database name.(important)
  5. Run doctor.war file using apache server.

If gets Croos-Origin error, plase be kind enough to open chrome browser using RUN with this command ('chrome.exe --disable-site-isolation-trials --disable-web-security --user-data-dir="D:\temp"')

All the Funtionalities work properlly.

About


Languages

Language:CSS 75.8%Language:JavaScript 11.0%Language:HTML 10.1%Language:Java 2.7%Language:TSQL 0.5%