Cura (from Latin word meaning "Care") is an innovative Hospital Management System form Stackup's March hackathon that aims to improve healthcare operations for both patients and staff. Built for the Devpost hackathon, it allows users to manage appointments, medicines, medical data, and billing while also giving staff with a dashboard. It leverages AI, MongoDB, and NextAuth to store data securely.
Cura improves hospital operations by consolidating data and automating activities. It enhances the patient experience by enabling easy appointment booking, record viewing, and bill payment. The AI-powered chatbot aids with queries, increasing worker availability and operational efficiency.
Watch Cura in action! Check out our demo video to see how patients and staff interact with the system:
Cura.mp4
- Node.js (v18 or higher)
- MongoDB (local or Atlas)
- Vercel account (for deployment)
- Gemini API key (for AI features)
-
Clone the Repository
git clone https://github.com/abrahamebij/cura.git
-
Navigate to Folder
cd cura
-
Install Dependencies
npm install
-
Set Up Environment Variables Create a .env.local file in the root directory and add:
MONGODB_URI=your-mongodb-uri AUTH_SECRET=your-secret GEMINI_API_KEY=aistudio.google.com
-
Run App
npm run dev