plan_cuentas_mid

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2022 License: GPL-3.0 Imports: 7 Imported by: 0

README

plan_cuentas_mid

Middleware para modelo de negocio plan_cuentas, proporciona a distintos clientes datos para la gestión de la información del sistemas financiero, la presente api manipula los datos obtenidos de diferentes bases de datos, relacionales y no relacionales.

Especificaciones Técnicas

Tecnologías Implementadas y Versiones
Variables de Entorno
# Ejemplo que se debe actualizar acorde al proyecto
FINANCIERA_MONGO_CRUD_PORT = [descripción]
FINANCIERA_MONGO_CRUD_DB_URL = [descripción]
Ejecución del Proyecto
#1. Obtener el repositorio con Go
go get github.com/udistrital/plan_cuentas_mid

#2. Moverse a la carpeta del repositorio
cd $GOPATH/src/github.com/udistrital/plan_cuentas_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.
FINANCIERA_MONGO_CRUD_PORT=8080 FINANCIERA_MONGO_CRUD_DB_URL=127.0.0.1:27017 FINANCIERA_MONGO_CRUD_SOME_VARIABLE=some_value bee run
Ejecución Dockerfile
# docker build --tag=plan_cuentas_mid . --no-cache
# docker run -p 80:80 plan_cuentas_mid
Ejecución docker-compose
# Clonar el proyecto de github y ubicarse en la carpeta del proyecto:
git clone https://github.com/udistrital/plan_cuentas_mid.git

# Ingresar al directorio
cd plan_cuentas_mid

#Crear red de contenedores denominada back_end con el comando (si ya esta creada no es necesario crearla):
docker network create back_end

# Construir y correr los contenedores
docker-compose up --build

#Bajar los servicios de los contenedores
docker-compose down

# Subir los servicios de los contenedores ya construidos previamente
docker-compose up

Arquitectura

Dependencias Utilizadas

CLIENTES
API CRUD

Estado CI

Develop Release 1.0.1 Master
Build Status Build Status Build Status

Licencia

This file is part of plan_cuentas_mid.

plan_cuentas_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 (atSara Sampaio your option) any later version.

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
@APIVersion 1.0.0 @Title beego Test API @Description beego has a very cool tools to autogenerate documents for your API @Contact astaxie@gmail.com @TermsOfServiceUrl http://beego.me/ @License Apache 2.0 @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html
@APIVersion 1.0.0 @Title beego Test API @Description beego has a very cool tools to autogenerate documents for your API @Contact astaxie@gmail.com @TermsOfServiceUrl http://beego.me/ @License Apache 2.0 @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL