Project Overview This is a side project aimed at summarizing text using the Cohere AI API. Getting Started Running the Serve Create a .env file in the backend directory and add the Cohere API key cd backend npm install node server.js Running the Client cd frontend npm install npm start