-- USER TABLE CREATE TABLE users ( user_id BIGINT AUTO_INCREMENT PRIMARY KEY, username VARCHAR(100) NOT NULL, password VARCHAR(100) NOT NULL, email VARCHAR(100), role VARCHAR(50) ); -- PRODUCT TABLE ...
A full-stack web application built using Spring Boot, MySQL, HTML, CSS, and JavaScript to manage student records in a simple and efficient way. This project supports Admin and Student login, allows ...