## Add user authentication to allow club administrators to log in and post announcements. ### Steps: - Implement user registration and login functionality on the backend. - Add JWT or session-based authentication. - Update the frontend to include login and signup functionality.