Skip to content

Doctor-Patient-Portal is a windows application made using swing java as a front-end and MySQL database for the back-end development of the project.

License

Notifications You must be signed in to change notification settings

Aranshu/Java-Doctor-Patient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor-Patient-Portal

Doctor-Patient-Portal is a windows application made using swing java as front-end and Mysql database for the back-end development of the project.

Author

Screenshots

  • Main Window

    App Screenshot

  • Signup Window

    App Screenshot

  • Login Window

    App Screenshot

Installation

Run the project using Eclipse IDE

  • Download the source folder (i.e. DoctorPatientPortal).
  • Place the downloaded folder in the eclipse workspace. To exemplify : C:\Users\DemoUser\eclipse-workspace\
  • Run eclipse workspace.
  • Go to project explorer -> DoctorPatientPortal -> src -> main -> MainPage.java
  • Go to project explorer -> DoctorPatientPortal(Right Click) -> Build Path -> Configure Build Path... -> Add External JARs..
  • Add mysql-connector-java, rs2xml and jcalendar jar file to the project.
  • In MySql workbench run the queries listed in the MySQL-queries folder by copying them in query window of MySQL Workbench.
  • Run MainPage.java.

Note: Don't forget to mention your url, username and password while connecting to database wherever required in the project.

Lessons Learned

  • I learned the development of a application using swing java.
  • Insertion of tables in a window based application.
  • Connection with database.
  • Accessing values from database.

Links

  1. site

About

Doctor-Patient-Portal is a windows application made using swing java as a front-end and MySQL database for the back-end development of the project.

Topics

Resources

License

Stars

Watchers

Forks

Languages