Skip to content

Latest commit

 

History

History
executable file
·
55 lines (32 loc) · 1.71 KB

File metadata and controls

executable file
·
55 lines (32 loc) · 1.71 KB

Corona Properties CRUD Using Database

Repository for my Corona Properties CRUD Using Database project

Front end

Front end

Database Design

Database Design

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.

  1. Methodologies/Project Management:

    • SCRUM
  2. Coding Practices:

    • OOP (Object Oriented Programming)
  3. Programming Languages:

    • Java
    • SQL

Instructions

  1. Make sure you have these installed

  2. 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
  3. Run XAMPP, then import the database tables and triggers from corona_properties.sql

  4. Update database connection credentials in the file named db.properties

  5. Download the following .jar file(s) and copy them to the root of the project in a folder named lib:

    • KGradientPanel.jar
  6. Manually install KGradientPanel.jar as a Maven dependency

  7. Run Apache NetBeans and choose Open Project

  8. Press play button to run the program

More Stuff

Check out some of my other stuff on Melvin K