https://github.com/damianlebiedz/desktop-crud
Desktop CRUD app built with JavaFX and H2 Database
https://github.com/damianlebiedz/desktop-crud
crud crud-application h2-database java javafx maven sql
Last synced: 4 months ago
JSON representation
Desktop CRUD app built with JavaFX and H2 Database
- Host: GitHub
- URL: https://github.com/damianlebiedz/desktop-crud
- Owner: damianlebiedz
- License: mit
- Created: 2023-08-22T10:20:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T17:36:47.000Z (4 months ago)
- Last Synced: 2025-02-14T18:30:44.832Z (4 months ago)
- Topics: crud, crud-application, h2-database, java, javafx, maven, sql
- Language: Java
- Homepage:
- Size: 10.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desktop CRUD application ***Finance Manager***
Desktop CRUD (create-read-update-delete) application in Java, build with JavaFX and H2 embedded database.
[](https://opensource.org/licenses/MIT)
- [Technologies](#technologies)
- [Installation](#installation)
- [View](#view)
- [Contact](#contact)## Technologies
- Java 23
- JavaFX
- H2 Database
- Maven
- CSS## Installation
Make sure that you have installed:
- Java Development Kit (JDK) v.23.0.1 or later (https://www.oracle.com/java/technologies/downloads)```bash
git clone https://github.com/damianlebiedz/desktop-CRUD.git
cd desktop-CRUD
mvnw.cmd clean install
cd target
java -jar FinanceManager-1.0.0-jar-with-dependencies.jar
```
## View***
Creating:
***

***
Searching:
***

***
Updating:
***

***
Deleting:
***

***## Contact
Damian Lebiedź |
https://damianlebiedz.github.io