https://github.com/felix-red/webloginjava
Login website developed using jsp-servlet and postgresql to store registered users
https://github.com/felix-red/webloginjava
java jsp-servlet postgresql
Last synced: about 2 months ago
JSON representation
Login website developed using jsp-servlet and postgresql to store registered users
- Host: GitHub
- URL: https://github.com/felix-red/webloginjava
- Owner: Felix-Red
- Created: 2024-09-05T16:37:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T19:30:57.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T18:48:29.626Z (about 1 year ago)
- Topics: java, jsp-servlet, postgresql
- Language: Java
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Login and Registration Web Application
This is a simple Java web application that implements user login and registration functionality. It uses Java Server Pages (JSP) for the front-end, Servlets for the back-end processing, and PostgreSQL for the database. The application is deployed on an Apache Tomcat server.
## Features
- User registration with username, email, and password
- User login with email and password
- Secure password storage using hashing
- Validation for user input (e.g., required fields, email format)
- Error handling for duplicate emails during registration
- User session management
- PostgreSQL integration for data storage
## Tech Stack
- **Frontend**: JSP, HTML, CSS
- **Backend**: Java Servlets
- **Database**: PostgreSQL
- **Server**: Apache Tomcat or GlassFish
## Screenshots

 