Manage vaccinations in schools (Mavis) is a digital tool designed to help school age immunisation service (SAIS) teams manage their vaccination programmes end to end.
This is a prototype of the service, built using the NHS prototype kit.
Node.js v22.21
-
Clone this repository
-
Install the dependencies and create data:
npm install -
Start the application:
npm start
Session data uses pre-compiled JSON files saved to a .data folder.
To regenerate this data run:
npm run create-data