This is the backend API for the Agri Help application, providing agriculture-related news. The backend is built using Node.js and Express, and it fetches news from NewsAPI.
- Fetch agriculture-related news articles from NewsAPI.
- Provide the articles as a JSON response to be consumed by the frontend.
- Node.js: JavaScript runtime environment.
- Express: Web framework for Node.js.
- Axios: HTTP client for making requests to external APIs.
- NewsAPI: API for fetching news articles related to agriculture.