sahilsheikh-dev / User-Manager

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 69.0%Language:CSS 24.1%Language:HTML 6.9%