API CRUD de gestión contractual core para el ARGO V2.
- Node.js v20
- NestJS
- PostgreSQL
- 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
pnpm install
pnpm run start:dev
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/.