recibo_crud

command module
v0.0.0-...-c87c14e Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2020 License: MIT Imports: 9 Imported by: 0

README

recibo_crud

API para gestión de recibos para Campus Virtual

Integración con

  • CI
  • AWS Lambda - S3
  • Drone 1.x
  • recibo_crud master/develop

Requerimientos

Go version >= 1.8.

Preparación

Para usar el API, usar el comando:

  • go get github.com/planesticud/recibo_crud

Ejecución

Definir los valores de las siguientes variables de entorno:

  • RECIBO_CRUD_HTTP_PORT: Puerto asignado para la ejecución del API
  • RECIBO_CRUD__PGUSER: Usuario de la base de datos
  • RECIBO_CRUD__PGPASS: Clave del usuario para la conexión a la base de datos
  • RECIBO_CRUD__PGURLS: Host de conexión
  • RECIBO_CRUD__PGDB: Nombre de la base de datos
  • RECIBO_CRUD__SCHEMA: Esquema a utilizar en la base de datos

Ejemplo

RECIBO_CRUD_HTTP_PORT=8113 RECIBO_CRUD__PGUSER=user RECIBO_CRUD__PGPASS=password RECIBO_CRUD__PGURLS=localhost RECIBO_CRUD__PGDB=bd RECIBO_CRUD__SCHEMA=schema_new bee run

Modelo BD

image.

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