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.
- docmed(Client):-
- css folder :- includes all stylesheets (bootstrap.min.css, style.css, jquery.toast.min.css)
- fonts :- fonts package
- img :- include the background image
- js :- includes all js files (main.js, service.js, jquery.toast.min.js)
- doctor.html :- form & grid view
- Doctor :-
- include all server side implementation (POST, GET, PUT, DELETE)
- Utility :-
- apache8.5 (CORS, Doctor.war, web.xml)
- database backup(s)
- IT18116748.zip with Connection.xml
- Create a database with proper-name.
- Import .sql backup to created database.(important)
- Extract IT18116748.zip into the C: drive.(important)
- Open and edit Connection.xml file according to your database name.(important)
- 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"')