MediGuard is a backend-only Node.js application that enables users to check for potential drug interactions using the U.S. FDA OpenFDA API. It can be integrated into any frontend, chatbot, or third-party system where medication safety is a priority.
To provide a secure and reliable backend API that fetches and processes drug interaction information using real-time data from the FDA.
- Runtime: Node.js
- Framework: Express.js
- External API: U.S. FDA OpenFDA API
- HTTP Requests: Axios / native
httpsmodule - Environment Config: dotenv
- Node.js v14 or higher
- npm or yarn
- Internet access to reach the FDA API