Skip to content

The "Login and Registration" project aimed to create a versatile website for easy user registration and login. We prioritized user-friendliness and data security, with one team member focusing on frontend design and the other on backend tasks. Challenges were overcome through effective collaboration. Learning new technologies like JDBC and Servlets

Notifications You must be signed in to change notification settings

Aakash3279/Login-and-registration

Repository files navigation

Login and Registration Web Application

This project is a simple login and registration web application developed using Java technologies.

Features

  • Users can register for an account with a username, email, and password.
  • Registered users can log in using their credentials.
  • User information is stored in a MySQL database.
  • Frontend is developed using JSP, HTML, CSS, and Bootstrap.
  • Backend functionality is implemented with Servlets.
  • JDBC is used for database connectivity

Technologies Used

  • Java
  • JSP (JavaServer Pages)
  • Servlets
  • HTML
  • CSS
  • Bootstrap
  • MySQL

Installation

  1. Clone the repository: git clone <repository-url>
  2. Import the project into your preferred IDE.
  3. Set up a MySQL database and update the connection details in the DBUtil.java file.
  4. Run the project on a compatible servlet container (e.g., Apache Tomcat).

Usage

  1. Open the application in your web browser.
  2. Navigate to the registration page and create a new account.
  3. After registration, log in using your credentials.
  4. Explore the features of the application.

About

The "Login and Registration" project aimed to create a versatile website for easy user registration and login. We prioritized user-friendliness and data security, with one team member focusing on frontend design and the other on backend tasks. Challenges were overcome through effective collaboration. Learning new technologies like JDBC and Servlets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published