## Set up a simple backend using Node.js/Express or Flask (Preferrably Node) to manage announcements. ### Steps: - Set up a Node.js/Express or Flask server. - Create API endpoints for CRUD operations on announcements. - Update the frontend to interact with the backend API.