Find out how to build a CRUD system. Authors Melvin Kisten and Obakeng Phikiso tackle CRUD functions and connect the system to a database, in Java.
-
Methodologies/Project Management:
- SCRUM
-
Coding Practices:
- OOP (Object Oriented Programming)
-
Programming Languages:
- Java
- SQL
-
Make sure you have these installed
-
Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
git clone https://github.com/iammelvink/Corona-Properties-CRUD-Using-Database.git
-
Run XAMPP, then import the database tables and triggers from
corona_properties.sql
-
Update database connection credentials in the file named
db.properties
-
Download the following
.jar
file(s) and copy them to the root of the project in a folder namedlib
:KGradientPanel.jar
-
Manually install
KGradientPanel.jar
as a Maven dependency -
Run Apache NetBeans and choose Open Project
-
Press play button to run the program
Check out some of my other stuff on Melvin K