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

https://github.com/codeurzebs/tpclassesevletjsp

A simple Java project demonstrating the use of Servlets and JSP for user registration, login, and logout functionality.
https://github.com/codeurzebs/tpclassesevletjsp

eclipse java-8 javaee jsp-servlet

Last synced: 23 days ago
JSON representation

A simple Java project demonstrating the use of Servlets and JSP for user registration, login, and logout functionality.

Awesome Lists containing this project

README

        

# TpClasseSevletJsp || JAVA EE

A simple Java project demonstrating the use of Servlets and JSP for user registration, login, and logout functionality.

## Features

- **User Registration:** Sign up with name, email, and password.
- **Welcome Page:** After registration, users are redirected to a welcome page displaying their name.
- **User List:** View a list of all registered users on the home page.
- **Logout:** Clicking the "Déconnecter" (Logout) button redirects users to the login page.

## Technology Stack

- **Backend:** Java Servlets
- **Frontend:** JSP (JavaServer Pages), HTML, CSS
- **Database:** Not used for this simple example
![1](https://github.com/codeurzebs/TpClasseSevletJsp/blob/main/.github/workflows/private/preview14.PNG?raw=true)
![2](https://github.com/codeurzebs/TpClasseSevletJsp/blob/main/.github/workflows/private/preview13.PNG?raw=true)
![3](https://github.com/codeurzebs/TpClasseSevletJsp/blob/main/.github/workflows/private/preview11.PNG?raw=true)
![4](https://github.com/codeurzebs/TpClasseSevletJsp/blob/main/.github/workflows/private/preview12.PNG?raw=true)
## Getting Started

To run the project locally:

1. Clone the repository:
```bash
git clone https://github.com/codeurzebs/TpClasseSevletJsp.git