Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubham-sakunde/registration-web-app
Registration WebApp is a web application designed for user registration and login functionality. Users can register themselves by providing necessary information such as username, password, mobile number, and email. Users can securely log in using their username and password.
https://github.com/shubham-sakunde/registration-web-app
bootstrap5 hibernate-orm java jsp maven-pom mysql spring-mvc tomcat
Last synced: 28 days ago
JSON representation
Registration WebApp is a web application designed for user registration and login functionality. Users can register themselves by providing necessary information such as username, password, mobile number, and email. Users can securely log in using their username and password.
- Host: GitHub
- URL: https://github.com/shubham-sakunde/registration-web-app
- Owner: Shubham-sakunde
- Created: 2024-02-06T11:07:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T11:37:48.000Z (about 1 year ago)
- Last Synced: 2024-11-16T15:26:18.765Z (3 months ago)
- Topics: bootstrap5, hibernate-orm, java, jsp, maven-pom, mysql, spring-mvc, tomcat
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Registration-Web-App
Registration WebApp is a web application designed for user registration and login functionality. Users can register themselves by providing necessary information such as username, password, mobile number, and email. Users can securely log in using their username and password.## Functionality
The main features of the Registration WebApp include:
- User Registration: Users can register themselves by providing their username, password, mobile number, and email.
- User Login: Registered users can log in to the website securely using their username and password.
- Error Messages: Display appropriate error messages if the username or password is incorrect during login.## Technologies Used
### Front-End Development
- HTML
- CSS
- Bootstrap 5
- JSP (JavaServer Pages)### Back-End Development
- Java
- Spring MVC
- Hibernate
- Maven### Database
- MySQL
### Server
- Apache Tomcat
## Purpose
The Registration WebApp is built with the following objectives:
- To provide a user-friendly interface for seamless user registration and login experience.
- To implement core functionality using Java, Hibernate, and Spring MVC.
- To perform integration of front-end and back-end technologies for web development.## Structure
The project follows a clean and structured architecture, focusing on user registration and login functionality.
## Screenshots
![Registration Page](https://github.com/Shubham-sakunde/Registration-Web-App/assets/98804207/1e5917b0-3dfe-47c2-82fa-3a69ebb60202)
![Login Page](https://github.com/Shubham-sakunde/Registration-Web-App/assets/98804207/3683cb5d-b6e7-4404-9b21-9e4d6cdfb23f)
![Welcome Page](https://github.com/Shubham-sakunde/Registration-Web-App/assets/98804207/a6fb1533-a297-4a5e-89e6-1a27a796345d)
![Username is wrong](https://github.com/Shubham-sakunde/Registration-Web-App/assets/98804207/6b492938-edb3-4972-b942-ea521cc5848c)
![Password is wrong](https://github.com/Shubham-sakunde/Registration-Web-App/assets/98804207/f10bd39e-5813-4054-b85d-bd32e2d1e4cc)