An open API service indexing awesome lists of open source software.

https://github.com/tunnels4u/javapp

This is a free to reuse - end to end basic(CRUD) app using "java swing, rest api" with maven. Please also have a look at the license file.
https://github.com/tunnels4u/javapp

crud free java java-swing rest-api

Last synced: over 1 year ago
JSON representation

This is a free to reuse - end to end basic(CRUD) app using "java swing, rest api" with maven. Please also have a look at the license file.

Awesome Lists containing this project

README

          

# java_app_rest_service tunnel

This is a free to reuse - end to end basic(CRUD) app using "java swing, rest api" with maven.
Please also have a look at the license file.

If you find it is useful for you and the community and more end to end applications should be developed, please consider hitting that sponsorship button on the right! or if you feel like, just buy me a coffee!

## How to run it?

**Prerequisites**

- git
- jdk 17
- apache-maven-3.9.8
- running instance of [spring-rest-service](https://github.com/tunnels4u/spring-rest-service.git)

**Run following commands in your terminal**

- cd path_where_you_wantto_keep_the_project/
- git clone https://github.com/tunnels4u/javapp.git
- cd javapp
- mvn compile
- mvn exec:java

**Demo**

- ![Demo](./java_h2_demo/demo.png?raw=true "Demo")
- ![Add Employee](./java_h2_demo/add_employee.png?raw=true "Add Employee")
- ![Save Employee](./java_h2_demo/save.png?raw=true "Save Employee")
- ![Edit Record](./java_h2_demo/edit_record.png?raw=true "Edit Record")
- ![Delete Record](./java_h2_demo/delete_record.png?raw=true "Delete Record")
- ![Deleted Record](./java_h2_demo/record_deleted.png?raw=true "Delete Record")