Hibernate auto-creates/updates the students table on startup (spring.jpa.hibernate.ddl-auto=update), so you don't need to manually write schema SQL for the base setup.
A RESTful API for managing users, projects, and tasks, built with Spring Boot. Supports full CRUD operations, validation, pagination, filtering, centralized exception handling, authentication, email ...