This project implements a simple login form using HTML, CSS, and Bootstrap for the frontend, Java (JSP and Servlet) for the backend, and MySQL for the database.
- User authentication
- Secure password storage
- Session management
- Frontend: HTML, CSS, Bootstrap
- Backend: Java (JSP, Servlet)
- Database: MySQL
- Clone the repository:
git clone https://github.com/aadityakasaudhan/login-form.git - Import the project into your IDE
- Set up a MySQL database and update the database configuration in the backend code
- Run the project on a Java web server (e.g., Apache Tomcat)