Categorygithub.com/udistrital/resoluciones_mid_v2
modulepackage
0.0.0-20240822191724-13dfd287f04c
Repository: https://github.com/udistrital/resoluciones_mid_v2.git
Documentation: pkg.go.dev

# README

resoluciones_mid_v2

:heavy_check_mark: Check: Repositorio API MID para el sistema de resoluciones v2.

Especificaciones Técnicas

Tecnologías Implementadas y Versiones

Variables de Entorno

# parametros de api
RESOLUCIONES_MID_V2_HTTP_PORT=[Puerto de exposición del API]
...

NOTA: Las variables se pueden ver en el fichero conf/app.conf y están identificadas acorde a los lineamientos de definición de variables.V2...

Ejecución del Proyecto

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

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

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

# 4. alimentar todas las variables de entorno que utiliza el proyecto.
RESOLUCIONES_MID_V2_HTTP_PORT=8080 RESOLUCIONES_MID_V2_SOME_VARIABLE=valor bee run

Ejecución Dockerfile

# Implementado para despliegue del Sistema de integración continua CI.

Ejecución docker-compose

#1. Clonar el repositorio
git clone -b develop https://github.com/udistrital/resoluciones_mid_v2

#2. Moverse a la carpeta del repositorio
cd resoluciones_mid_v2

#3. Crear un fichero con el nombre **custom.env**
touch custom.env

#4. Crear la network **back_end** para los contenedores
docker network create back_end

#5. Ejecutar el compose del contenedor
docker-compose up --build

#6. Comprobar que los contenedores estén en ejecución
docker ps

Ejecución Pruebas

# En Proceso

Pruebas unitarias

# En Proceso

Estado CI

DevelopRelese 0.0.1MasterSonar
Build StatusBuild StatusBuild StatusQuality Gate Status

Licencia

This file is part of resoluciones_docentes_mid.

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

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
@APIVersion 1.0.0 @Title Resoluciones MID API Versión 2 @Description API MID para el sistema de Resoluciones en su nueva versión @Contact [email protected] @TermsOfServiceUrl http://beego.me/ @License Apache 2.0 @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html.
No description provided by the author