Skip to content

lee-informatics/immunization-dashboard

Repository files navigation

Immunization Dashboard

This is a frontend-only proof of concept (POC) web client UI for the Immunization Dashboard example project. It requires a backend server and associated service dependencies. The following default environment variables should be overriden as necessary for your environment.

IMMUNIZATION_SERVER_URL=//localhost:3000

Development server

To start a local development server, run:

npm run start

Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.

Running as a Docker Container

To run the application on docker, run

docker build -t immunization-dashboard . 

Once that's done, run

docker run -p 4200:80 immunization-dashboard

Open your browser and navigate to http://localhost:4200/.

License

Copyright © 2025 Preston Lee. All rights reserved. Released under the Apache 2.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors