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

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

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
![](https://github.com/Felix-Red/WebLoginJava/blob/master/welcomePage.png)
![](https://github.com/Felix-Red/WebLoginJava/blob/master/loginPage.png) ![](https://github.com/Felix-Red/WebLoginJava/blob/master/RegistrationPage.png)