https://github.com/sumith25-dev/loginsignupproject
A simple Java web app using Servlets for user login and signup with Oracle DB integration. Built without web.xml using annotations, and JDBC for DB connection. Features include registration, authentication, and navigation to a home page upon successful login.
https://github.com/sumith25-dev/loginsignupproject
html java oracle11g sql sqldeveloper
Last synced: about 1 year ago
JSON representation
A simple Java web app using Servlets for user login and signup with Oracle DB integration. Built without web.xml using annotations, and JDBC for DB connection. Features include registration, authentication, and navigation to a home page upon successful login.
- Host: GitHub
- URL: https://github.com/sumith25-dev/loginsignupproject
- Owner: sumith25-dev
- Created: 2025-04-09T15:54:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T16:15:39.000Z (about 1 year ago)
- Last Synced: 2025-04-09T17:29:46.328Z (about 1 year ago)
- Topics: html, java, oracle11g, sql, sqldeveloper
- Language: Java
- Homepage: http://localhost:8090/LoginSignUpProject/
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoginSignUpProject
A simple Java web app using Servlets for user login and signup with Oracle DB integration. Built without web.xml using annotations, and JDBC for DB connection. Features include registration, authentication, and navigation to a home page upon successful login.