MediConnect is a modern healthcare platform designed to connect patients with healthcare providers efficiently and securely. The platform facilitates seamless communication, appointment scheduling, and medical record management.
- Patient-Provider Connection: Connect patients with healthcare professionals
- Appointment Scheduling: Book and manage medical appointments
- Medical Record Management: Securely store and access medical history
- Prescription Management: Digital prescriptions and medication tracking
- Medical Shop Integration: Find and order medications from nearby pharmacies
- Payment Processing: Secure payment options for consultations and prescriptions
- Secure Authentication: OTP verification and user authentication
Local Development
If you want to work locally using your own IDE, you can clone this repo and push changes.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository using the project's Git URL.
git clone https://github.com/Anup697028/MediConnect.git
# Step 2: Navigate to the project directory.
cd MediConnect
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
You can deploy this project using any hosting platform that supports Node.js applications, such as:
- Vercel
- Netlify
- DigitalOcean
- Heroku
Follow the platform-specific deployment instructions for a React application.
Last updated: March 19, 2025