mafeave / novedades_cliente

:heavy_check_mark: Check: Novedades pos-contractuales sobre diferentes contratos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

novedades_cliente

El aplicativo tiene la finalidad de realizar novedades pos-contractuales sobre diferentes contratos.

Se permiten realizar novedades como:

  • Adicion
  • Adicion y prorroga
  • Terminacion
  • Liquidacion
  • Cesion

Como feature sobre el aplicativo , se espera que realizar las respectivas modificacione spara poder realizar multiples novedades obre un mismo contrato con los calculos adecuados que esto requiere.

Especificaciones Técnicas

Tecnologías Implementadas y Versiones

Variables de Entorno

# En Pipeline
SLACK_AND_WEBHOOK: WEBHOOK de Slack Grupo ci-covid-serverles
AWS_ACCESS_KEY_ID: llave de acceso ID Usuario AWS
AWS_SECRET_ACCESS_KEY: Secreto de Usuario AWS

Ejecución del Proyecto

Instalación

# Clonar el repositorio:
git clone https://github.com/udistrital/novedades_cliente

# Instalar yo, grunt, bower y generator- karma y generator-oas
npm install -g grunt-cli bower yo generator-karma generator-oas

#Instalar dependencias
npm install
bower install

Iniciar el servidor en local

#  Para ejcutar el proyecto localmente se deben de verificar las variables de los diferentes servicios
#  las cuales se encuentran en la ruta `/app/scripts/enviroment` ,
#  en esta ruta se encuentran 3 archivos uno para cada ambiente (dev, test, prod)

/app/scripts/enviroment

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.

Pruebas unitaras

La pruebas se relizan con karma, ejecutar el comando:

grunt test

Estado CI

Develop Relese 0.0.1 Master
Build Status Build Status Build Status

Licencia

This file is part of novedades_cliente

novedades_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 (at your option) any later version.

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

About

:heavy_check_mark: Check: Novedades pos-contractuales sobre diferentes contratos


Languages

Language:JavaScript 66.0%Language:HTML 22.3%Language:CSS 11.7%