Skip to content
/ syncure Public

A healthcare platform for streamlined patient management and monitoring.

License

Notifications You must be signed in to change notification settings

ad956/syncure

Repository files navigation

Syncure

My Skills

Build

The Syncure is a modern healthcare platform designed to streamline patient management and monitoring across multiple hospitals. It empowers patients to take control of their health journey while enabling healthcare providers to deliver personalized care efficiently.

Features

  • User Authentication: Secure registration and login for patients and hospital staff.
  • Dashboard: Personalized dashboards for patients, hospitals, and admins for efficient data management.
  • Patient Management: Profile management, medical history, and seamless access to patient records across hospitals.
  • Appointment Scheduling: Easy scheduling and management of appointments for patients and hospital staff.
  • Notifications and Alerts: Real-time notifications for appointments, medication schedules, and health events.

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/ad956/syncure.git
  2. Navigate to the project directory:

    cd syncure
  3. Install dependencies:

    npm install
  4. Set up environment variables:

    Create a .env.local file in your project root. Use .env.example as a reference and set the required values.

  5. Start the development server:

    npm run dev

    This command will start the Next.js development server.

Additional Scripts

  • Testing with Playwright:

    • Run tests using Playwright:
      npm test
  • Linting:

    • To lint your code using Next.js linting rules:
      npm run lint
  • Previewing Emails:

    • Use the following command to preview emails:
      npm run preview-email

📝 License This project is licensed under the MIT License.

About

A healthcare platform for streamlined patient management and monitoring.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages