An online clinic system that caters to clinic management requirements.
Report Bug
·
Request Feature
Table of Contents
The Online Clinic System is specifically designed to delineate the boundaries of the Healthcare Information System design provides clinical Management Activities and functionality that enables you to effectively manage your practice, providing standards-based integration points to schedule an appointment, Online Follow-ups, complete reports, Laboratory Information.
It maintains 3 types of users:
- Admin
- Doctors
- Patients
This Project provides security for the users with the use of Login-id and Password, so that unauthorized users cannot use anyone else’s account. The only authorized will have proper access authority can access the software.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- XAMPP
- IDE of choice - e.g. VSCode
- Web Browser of choice - e.g. Google Chrome
-
Start XAMPP and open phpMyAdmin on browser.
-
Create a new database for the project and name it "clinic_db"
-
Import the Database
-
Clone the repository in any folder and name folder as per choice.
git clone [email protected]:KDTEC/Software-project.git your-folder-name
-
Start PHP development server (at port of your choice) in Folder Directory via command line
php -S localhost:5000
-
Navigate to http://localhost:5000
-
Admin Details:-
- Username : [email protected]
- Password : admin
- Kshitij Dhawan - [email protected]
- Swaranjana Nayak - [email protected]
- Project Link: https://github.com/KDTEC/Software-project