Skip to content

udistrital/plan_anual_auditoria_mf

Repository files navigation

plan_anual_auditoria_mf

Especificaciones Técnicas

Tecnologías Implementadas y Versiones

Variables de Entorno

Ejecución del Proyecto

Este proyecto es parte de una infraestructura de microfrontend implementada con la librería Single-SPA. Para ejecutarlo correctamente, es necesario levantar una aplicacion independiente: el Root.

Root

El Root contiene la lógica de Sísifo

Pasos para la Ejecución del Root

  1. Clonar el repositorio del Root:

    git clone https://github.com/udistrital/auditoria_plan_mejoramiento_root_mf
  2. Acceder al directorio del repositorio clonado:

    cd auditoria_plan_mejoramiento_root_mf
  3. Instalar las dependencias:

    npm install
  4. Iniciar el Root:

    npm start

plan_anual_auditoria_mf

Microcliente de gestion de usuarios

Pasos para la Ejecución del mf

  1. Clonar el repositorio:

    git clone https://github.com/udistrital/plan_anual_auditoria_mf
  2. Acceder al directorio del repositorio clonado:

    cd plan_anual_auditoria_mf
  3. Instalar las dependencias:

    npm install
  4. Iniciar usuario_mf:

    npm run serve:single-spa:plan_anual_auditoria_mf

Con estos pasos, se tendrán las partes mínimas necesarias para ejecutar el proyecto en un entorno local.

Ejecución Dockerfile

# Does not apply

Ejecución docker-compose

# Does not apply

Ejecución Pruebas

# Developing

Estado CI

# Developing

This file is part of plan_anual_auditoria_mf

plan_anual_auditoria_mf is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (atSara Sampaio your option) any later version.

plan_anual_auditoria_mf is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with plan_anual_auditoria_mf. If not, see https://www.gnu.org/licenses/.