https://github.com/codeasarjun/login_page
JavaFX application with user registration and other functionalities such as adding, removing, editing the database.
https://github.com/codeasarjun/login_page
Last synced: 10 months ago
JSON representation
JavaFX application with user registration and other functionalities such as adding, removing, editing the database.
- Host: GitHub
- URL: https://github.com/codeasarjun/login_page
- Owner: codeasarjun
- Created: 2022-07-31T17:06:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T14:18:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T17:15:06.865Z (12 months ago)
- Language: Java
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login Page using JAVA, JavaFX, and PostgreSQL
# Overview
You can add, delete, and modify user accounts, making sure no one can register with the same details.
# Features
Easy Sign-In: Users can log in easily with their username and password.
New User Registration: If you're new, you can sign up with your unique details.
Friendly Interface: The app looks nice and is easy to use.
# Technologies Used
Java: The main language for writing the program.
JavaFX: Helps to create UI.
PostgreSQL: The database where user data is stored.
JDBC: for database connection.
visual -- -


# Installation and Setup
Step 1 - Get the Code: Download or clone the project from GitHub.
Step 2- Database Setup: Set up a PostgreSQL database and configure the connection in the app. Make sure you have the right JDBC driver for PostgreSQL.
Step 3. Run the App: Compile the Java code using an IDE or command line. Start the app and go to the login page.