El API mid permite proporcionar la información completa requerida por el microcliente proporcinada por el microservicio plan_anual_auditoria_crud y otros microservicios.
PORT=[puerto de ejecucion]
# 1. Obtener el repositorio con Go
go get github.com/udistrital/plan_anual_auditoria_mid.git
# 2. Moverse a la carpeta del repositorio
cd $GOPATH/src/github.com/udistrital/plan_anual_auditoria_mid
# 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
Develop | Relese | Main |
---|---|---|
This file is part of plan_anual_auditoria_mid.
plan_anual_auditoria_mid 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_mid 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/.