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

https://github.com/faridtahmazov/registrationandloginform-basic

Simple Register, Login and Crud operations Example Form
https://github.com/faridtahmazov/registrationandloginform-basic

apache-tomcat css java js jsp-servlet mysql

Last synced: about 2 months ago
JSON representation

Simple Register, Login and Crud operations Example Form

Awesome Lists containing this project

README

          

# RegistrationAndLoginFormDemo

Tools and technologies used:
* JSP - 2.2+;
* IDE - Intellij Idea;
* JDK - 1.8 or later;
* Apache Tomcat - 8.5;
* Servlet API - 4.0.1;
* MySQL - mysql-connector-java-8.0.22.jar;

Development Steps:
* Create an Intellij Idea Dynamic Web Project;
* Add Dependencies;
* Project Structure;
* MySQL Database Setup;
* Create a JavaBean - Employee.java, Login.java;
* Create a EmployeeDao.java;
* Create a EmployeeController.java, AccountController.java, LoginController.java (Servlet);
* Create a index.jsp (register);
* Create a login.jsp;
* Create a account.jsp;
* Demo;

Register page:
![Screenshot (9)](https://user-images.githubusercontent.com/86052693/160165190-346096d8-f840-435d-8f6b-71f46d4a6bed.png)

Login page:
![Screenshot (8)](https://user-images.githubusercontent.com/86052693/160165224-fe194d26-68f8-4404-9160-f9ad45d9363c.png)

Account page:
![Screenshot (11)](https://user-images.githubusercontent.com/86052693/160165247-1c207b76-3f5b-4ee1-88a9-cc010f9ae6ed.png)