Skip to content

udistrital/necesidades_cliente

Repository files navigation

necesidades-cliente

En este repositorio se encuentra el cliente del modulo de resoluciones.

Especificaciones Técnicas

Tecnologías Implementadas y Versiones

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

Clonar el proyecto del repositorio de git

# clone the project
git clone https://github.com/udistrital/necesidades-cliente.git
# enter the project directory
cd necesidades-cliente

Iniciar el servidor en local

# install dependency
yarn

# start server
yarn run serve

El cliente se depliega en el 9000; : Modulo de necesidades.

TO-DO: Configurar yarn o grunt para lint!

Para crear el build de la aplicación:

yarn run build

Ejecución Dockerfile

# Does not apply

Ejecución docker-compose

docker-compose up

Ejecución Pruebas

La pruebas se relizan con karma, ejecutar el comando:

yarn run test:legacy

Alternativamente:

yarn run test

TO-DO: Revisar si vale la pena pasar a Jest.js

Estado CI

Develop Release 1.1.0 Master
Build Status Build Status Build Status

Licencia

This file is part of necesidades-cliente

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

necesidades-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 necesidades-cliente. If not, see LICENSE.