The backend API server for the Immunization Dashboard proof of concept application, written with Node.js/Express. This server provides RESTful endpoints for managing immunization data, patient information, allergies, and bulk export operations.
- Clone the repository:
git clone https://github.com/lee-informatics/immunization-server.git
cd immunization-server- Install dependencies:
npm installRefer to .env.example to know which .env variables can be configured for runtime
npm run buildnode build/server.jsdocker build -t immunization-server .docker run -p 3000:3000 immunization-serverThe server will be available at http://localhost:3000.
Copyright © 2025 Preston Lee. All rights reserved. Released under the Apache 2.0 license.