The application allows users to create, view, update, and delete student records with both client-side and server-side validation.
GET /hello Simple greeting endpoint GET /greeting?name=xxx Greeting with query parameter GET /user/{username} Retrieve user information POST /api/users Create new ...