Skip to content

The User Manager is a web application that can manage user's data. Admin can insert new user's details, also retrieve, update or delete the existing user's details through the Oracle Database.

Notifications You must be signed in to change notification settings

sahilsheikh-dev/User-Manager

Repository files navigation

JSP CRUD

  • The User Manager is a web application in which we can manage user data. Admin can insert new user details, also retrieve, update or delete the existing user details through the Oracle Database.

Getting Started

  • You just have to download the file and import in any java/jdbc editor.

Prerequisites

  • You need install any JAVA editor, Oracle & Apache Tomcat and have to create table (create table crud_user(sr_no number(10), name varchar2(2000), email varchar2(2000), password varchar2(2000), mobile_number number(10));) and run this application.

Built With

  • This application developed using JSP, Servlets, and Oracle Database.

About

The User Manager is a web application that can manage user's data. Admin can insert new user's details, also retrieve, update or delete the existing user's details through the Oracle Database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published