CureLink is a comprehensive medical store application designed to make healthcare more accessible. With CureLink, users can:
- Buy medicines and healthcare products online.
- Book appointments with doctors.
- Manage medical records for admins.
- Browse a wide range of medicines and healthcare products.
- Add items to your cart and complete purchases easily.
- Find and book appointments with verified doctors.
- View doctor profiles, availability, and patient reviews.
- Frontend: React, Redux
- Backend: Node.js, Express
- Database: MongoDB
- Authentication: JWT
Follow these steps to set up CureLink locally:
-
Clone the repository:
git clone https://github.com/yourusername/curelink.git
-
Install dependencies:
npm install cd frontend npm install
-
Set up environment variables: Create a
.env
file in the root directory and add:DB_URL=your-mongodb-connection-string JWT_SECRET_KEY=your-jwt-secret
-
Start the application in the frontend folder:
npm run dev