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.
- Host: GitHub
- URL: https://github.com/codeurzebs/tpclassesevletjsp
- Owner: codeurzebs
- Created: 2023-10-01T11:40:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T15:24:45.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:40:17.586Z (4 months ago)
- Topics: eclipse, java-8, javaee, jsp-servlet
- Language: Java
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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




## Getting StartedTo run the project locally:
1. Clone the repository:
```bash
git clone https://github.com/codeurzebs/TpClasseSevletJsp.git