The Smart Health Links Portal is an innovative platform designed to empower patients by enabling them to securely share their medical records with relevant entities such as schools, hospitals, or government agencies through secure links.
This project leverages the power of Next.js, a React framework that allows us to seamlessly integrate client-side and server-side functionality. By utilizing Next.js, we are able to provide a high-performance, secure environment for managing and sharing sensitive health information.
- Link Sharing: Functionality to generate and manage links or qr code that allow patients to share their medical records securely with authorized entities.
For detailed API documentation and usage examples, please visit our Postman Documentation.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/your-repository/smart-health-links-portal.git
- Install dependencies:
cd smart-health-links-portal yarn install
- Run the development server:
yarn run dev
- Open your browser and navigate to
http://localhost:3000
to view the portal.
To generate the swagger.json file for this application, run the following command.
yarn next-swagger-doc-cli next-swagger-doc.json
Once generated, you can view the API Swagger documentation by navigating to /api/docs
in your browser.