El API crud permite gestionar planes anuales de auditoria asi como sus auditorias.
VARIABLE=[descripcion]
# 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
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
Develop | Relese 0.0.1 | Master |
---|---|---|
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/.