Skip to content

FelipePDS/crud-java-mysql

Repository files navigation

CRUD - Java With MySQL

A CRUD made in Java for desktop and MySQL to represent a SERVICE ORDER CONTROL of a COMPUTER SERVICE ORDER.

Banner CRUD Java


📚 About💻 Technologies📂 How to clone
🔍 How to use📝 License


📚 About

The project consists of the famous CRUD system (Create, Read, Update and Delete) that manipulates the database entities that are in use by the project to apply these methods above it. In the case of this project, a Service Order Control of a Technical Assistance in Computers is used. Entity Database Relationship Diagram used in the project is represented as follows:

Entity Relationship Diagram

For more details about the database, access the sql file of its initialization and its entities: crud_java_mysql.sql

The Project consists of a Java Web standard that is compiled by the Apache server which, in order to make use of data, is contacted with the MySQL Database Management System (during the development of the project, XAMPP was used to run MySQL).

For the Frontend part (which is rendered on the Web) the Jframe (JSP) was used.


💻 Technologies


📂 How to clone

To perform your cloning we need the Gitbash terminal, which we will do using commands that already automate some processes...

# To clone repository
$ git clone https://github.com/FelipePDS/crud-java-mysql.git

# Open
$ cd crud-java-mysql

🔍 How to use

🚧

📝 License

This repository was made by FelipePDS ❤️

MIT License • FelipePDS

About

CRUD made in Java with MySQL to meet PW-2 subject requirements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages