Skip to content

udistrital/plan_anual_auditoria_crud

Repository files navigation

plan_anual_auditoria_crud

El API crud permite gestionar planes anuales de auditoria asi como sus auditorias.

Especificaciones Técnicas

Tecnologías Implementadas y Versiones

Variables de Entorno

VARIABLE=[descripcion]

Ejecución del Proyecto


# 1. Obtener el repositorio con Go
go get github.com/udistrital/plan_anual_auditoria_crud.git

# 2. Moverse a la carpeta del repositorio
cd $GOPATH/src/github.com/udistrital/plan_anual_auditoria_crud

# 3. Moverse a la rama **develop**
git pull origin develop && git checkout develop

# 4. alimentar todas las variables de entorno que utiliza el proyecto.

# 5. ejecutar el proyecto
npm run start 

Ejecución Pruebas

Pruebas unitarias

# Test
npm run test

# Se ejecutará jest, validando los casos de prueba en los archivos .spec.ts

npm run test:cov
# Validar la cobertura de las pruebas

Estado CI

Develop Relese 0.0.1 Master
Build Status Build Status Build Status

Modelo de Datos

Modelo de datos Plan Anual Auditoria

Licencia

This file is part of plan_anual_auditoria_crud.

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages