udistrital / resoluciones_cliente

repositorio en el cual se encuentra el modulo de Resoluciones y Cumplidos.
0 stars 0 forks source link

resoluciones_cliente

Este proyecto es un gestor de resoluciones de vinculación docente

Especificaciones Técnicas

Tecnologías Implementadas y Versiones

En este repositorio se encuentra el cliente del modulo de resoluciones. Se hace uso de :

Variables de Entorno

# En Pipeline
AWS_ACCESS_KEY_ID: llave de acceso ID Usuario AWS
AWS_SECRET_ACCESS_KEY: Secreto de Usuario AWS

Ejecución del Proyecto

Configuración del proyecto

Para ejecutar el proyecto localmente se debe verificar en el archivo “config.js”, ubicado en la carpeta app/scripts/services/, que las apis estén correactamente configuradas y que estén desplegadas.

conf_local:

angular.module('resolucionesClienteApp')
    .constant('CONF', {
        GENERAL: conf_pruebas
    });

Ahora se puede correr el api de la siguiente manera:

        grunt serve

Para crear el build de la aplicación:

        grunt build

El cliente se depliega en el puerto 9000.

Ejecución Dockerfile

# Does not apply

Ejecución docker-compose

# Does not apply

Ejecución Pruebas

La pruebas se relizan con karma, ejecutar el comando:

        grunt test

Estado CI

Develop Relese Master
Build Status Build Status Build Status

Licencia

This file is part of resoluciones_cliente.

resoluciones_cliente 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.

resoluciones_cliente 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 sga_cliente. If not, see https://www.gnu.org/licenses/.