Skip to content

An Online Hospital Management website is a computerized system that allows patients to book doctor appointments easily online.

Notifications You must be signed in to change notification settings

likhith2001/CareAndCure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Care And Cure

Technologies Used:

For Frontend: HTML, CSS, BootStrap, JavaScript

For Backend: C#, ASP.NET

For Database: SQL

How to Run

1- Install the following:

2- Open SQL Server Management Studio and in the "Connect to Database Engine" window type the following:

Servername: (DESKTOP-NAME)\SQLEXRPESS
Authentication: Windows Authentication 

3- Now open Schema.sql file in Database Files folder and execute it all. This will create the database and the tables. Afterwards execute the following sql files: Admin.sql, Doctor.sql, Patient.sql, Signup.sql.

4- Now execute the Insertions.sql file in Database Files folder. This will populate the database with some test entries. Moreover, some login emails and passwords of doctors, patients and admin are placed in the Insertions.sql file. You can use them to test the functionalities of the system.

5- Everything is setup now! You can run the Visual Studio Project by opening Clinic Management System.sln and then select the SignUp.aspx page and click run button named IIS Express.

About

An Online Hospital Management website is a computerized system that allows patients to book doctor appointments easily online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published