Skip to content

openmrs/openmrs-esm-module-management-app

Repository files navigation

Node.js CI

OpenMRS ESM Module Management App

The OpenMRS ESM Module Management app is an application built using the ESM template app seed. It is meant to serve as a learning resource for our coding conventions and best practices when building a microfrontend.

This apps mimics the System Administration Manage Module management page from the OpenMRS 2.x reference application. It allows uses manage modules. It lists all the installed modules and allows admin users to control modules using Start, Stop and Unload actions. Users can also view detailed information about the listed modules. This includes metadata such as the module author, version, required OpenMRS version, and more.

Running this code

yarn  # to install dependencies
yarn start  # to run the dev server
  • Once it is running, a browser window should open with the OpenMRS 3 application. Log in and click the Module Management link in the App Switcher to launch the Module Management app.

  • Alternatively, you could click the Module Management link in the app switcher from the home page.

Running tests

yarn run test

About

A learning repo built using the OpenMRS Template ESM. Use this to learn about our coding conventions and how to style your code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published