A modern healthcare connection platform that bridges the gap between patients and clinical organizations.
- Node.js 18+ or Bun runtime
- MongoDB (local or MongoDB Atlas)
- Git
- Clone the repository
git clone https://github.com/yankee-svg/medliink.git
cd medliink- Install dependencies
bun install
cd backend/medliink-api
npm install
cd ../..- Set up environment variables
Create .env.local in the root directory:
NEXT_PUBLIC_BASE_URL=http://localhost:5000/api
NEXT_PUBLIC_SOCKET_URL=http://localhost:5000
ANTHROPIC_API_KEY=your_anthropic_key
NEXT_PUBLIC_LIVEKIT_URL=your_livekit_url
LIVEKIT_API_KEY=your_livekit_key
LIVEKIT_API_SECRET=your_livekit_secretCreate .env in backend/medliink-api/:
PORT=5000
MONGODB_URI=your_mongodb_uri
JWT_ACCESS_SECRET=your_secret
JWT_REFRESH_SECRET=your_secret
EMAIL_USER=your_email
EMAIL_PASSWORD=your_password
OPENAI_API_KEY=your_openai_key
LIVEKIT_API_KEY=your_livekit_key
LIVEKIT_API_SECRET=your_livekit_secret
LIVEKIT_URL=your_livekit_url
FRONTEND_URL=http://localhost:3000- Run the application
npm run dev:allThe app will be available at:
- Frontend: http://localhost:3000
- Backend: http://localhost:5000
- Username: chuk@gmail.org
- Password: 123456
- Username: emerybarame60@gmail.com
- Password: 321123
SRC Document: View Project Documentation
Demo Video: Watch Demo on YouTube






