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.
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.
- 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.