Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 2.35 KB

README.md

File metadata and controls

47 lines (32 loc) · 2.35 KB

Gestion Contractual CRUD

API CRUD de gestión contractual core para el ARGO V2.

Tecnologías Implementadas y Versiones

  • Node.js v20
  • NestJS 10
  • PostgreSQL

Variables de Entorno

- GESTION_CONTRACTUAL_CRUD_HOST // Host de la base de datos
- GESTION_CONTRACTUAL_CRUD_PORT // Puerto de la base de datos
- GESTION_CONTRACTUAL_CRUD_USERNAME // Usuario de la base de datos
- GESTION_CONTRACTUAL_CRUD_PASS // Contraseña de la base de datos
- GESTION_CONTRACTUAL_CRUD_DB // Nombre de la base de datos
- GESTION_CONTRACTUAL_CRUD_DB_SCHEMA // Esquema de la base de datos (PUBLIC por defecto)

Ejecución del Proyecto

pnpm install
pnpm run start:dev

Estado CI

Develop Relese 0.0.1 Master
Build Status Build Status Build Status

Modelo de Datos 🗃️

Modelo de datos Formularios dinámicos

Descargar Modelo de Datos

Licencia

This file is part of gestion_contractual_crud.

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

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