Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lcaohoanq/javafx-form
- Owner: lcaohoanq
- Created: 2024-03-13T04:07:03.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T04:16:46.000Z (6 months ago)
- Last Synced: 2024-11-19T21:11:32.577Z (2 months ago)
- Topics: app, fpt-university, gui, java, javafx, javafx-application, javafx-desktop-apps
- Language: Java
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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=
```