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

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.

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.