Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

nhsuk/manage-childrens-vaccinations-prototype

Repository files navigation

Manage vaccinations in schools prototype

Important

This repository was used for prototyping the pilot service and is no longer being updated. The prototype for the beta service can be found in a separate repo.

View the prototype: https://poc-prototype.herokuapp.com/

A point of care (POC) prototype, built using the NHS.UK Prototype Rig.

Point of Care Systems record data when someone is vaccinated, including product and batch details, and the recording of adverse reactions.

https://digital.nhs.uk/coronavirus/vaccinations/training-and-onboarding/point-of-care

Requirements

Node.js v20

Installation

  1. Clone this repository

  2. Install the dependencies and create data:
    npm install

  3. Start the application:
    npm run dev

Creating session data

Session data uses pre-compiled JSON files saved to a .data folder.

To regenerate this data run:
npm run create-data