OOTS - EMREX Procedure Portal
Frontend app for messaging between OOTS and EMREX
Table of Contents
Description
This app is a frontend application which shows an UI that allows the user to interact with EMREX
through Domibus
messages.
Getting started
In order to run the project it is needed to create a .env
file locally.
Variables to fill:
-
NEXT_PUBLIC_BRIDGE_URL
: OOTS - EMREX Bridge URL (Backend) -
NEXT_PUBLIC_PROCEDURE_PORTAL_URL
: OOTS - EMREX Procedure Portal URL (This app url)
Prerequisites
Installation
For the installation of this project it is recommended to have nvm installed. In case you don't want to install nvm
, just make sure to use the NodeJS
version that appears in file .nvmrc
.
$ nvm use
$ yarn install
Running the app
Run the project locally
$ yarn dev
Run with docker
$ docker-compose up --build
Open http://localhost:3002 with your browser to see the result.
License
This software is licensed under European Union Public License (EUPL) version 1.2.