evaluacion_inscripcion_crud

command module
v0.0.0-...-10dc086 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2020 License: GPL-3.0 Imports: 9 Imported by: 0

README

evaluacion_inscripcion_crud

API para la gestión de las calificaciones del proceso de inscripción y admisión

Integración con

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

Requirements

Go version >= 1.8.

Preparación

Para usar el API, usar el comando:

  • go get github.com/planesticud/evaluacion_inscripcion_crud

Ejecución

Definir los valores de las siguientes variables de entorno:

  • EVALUACION_INSCRIPCION_HTTP_PORT: Puerto asignado para la ejecución del API
  • EVALUACION_INSCRIPCION_CRUD__PGUSER: Usuario de la base de datos
  • EVALUACION_INSCRIPCION_CRUD__PGPASS: Clave del usuario para la conexión a la base de datos
  • EVALUACION_INSCRIPCION_CRUD__PGURLS: Host de conexión
  • EVALUACION_INSCRIPCION_CRUD__PGDB: Nombre de la base de datos
  • EVALUACION_INSCRIPCION_CRUD__SCHEMA: Esquema a utilizar en la base de datos

Ejemplo

EVALUACION_INSCRIPCION_HTTP_PORT=9016 EVALUACION_INSCRIPCION_CRUD__PGUSER=user EVALUACION_INSCRIPCION_CRUD__PGPASS=password EVALUACION_INSCRIPCION_CRUD__PGURLS=localhost EVALUACION_INSCRIPCION_CRUD__PGDB=bd EVALUACION_INSCRIPCION_CRUD__SCHEMA=schema_new bee run

Modelo BD

modelo_evaluacion_inscripcion_crud

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