Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lcaohoanq/javafx-form

Login, Signup form built with JavaFx
https://github.com/lcaohoanq/javafx-form

app fpt-university gui java javafx javafx-application javafx-desktop-apps

Last synced: 2 days ago
JSON representation

Login, Signup form built with JavaFx

Awesome Lists containing this project

README

        

# Login
![image](https://github.com/lcaohoanq/JavaFx-Form/assets/136492579/78b028ca-7427-4682-8c9d-c037fa9c3b40)
# Sign up
![image](https://github.com/lcaohoanq/JavaFx-Form/assets/136492579/6847f890-78c2-4855-9b74-ef62f7d9d02a)

- `JDK` : need `JDK 18` to run this application.
- `MySql` : table structure
![Screenshot 2024-03-14 025832](https://github.com/lcaohoanq/JavaFx-Login-Signup-Form/assets/136492579/9ecda775-64fe-4d2b-8646-a1244a977343)
- `.env` : fill the content below as your configuration
```shell
DB_URL=jdbc:mysql:///users_schema
DB_USER=
DB_PASSWORD=
```