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

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.

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.