Skip to content

✔️ Check: cliente para el nuevo sistema de resoluciones.

Notifications You must be signed in to change notification settings

udistrital/resoluciones_cliente_v2

Repository files navigation

resoluciones_cliente_v2

✔️ Check: cliente para el nuevo sistema de resoluciones.

Especificaciones Técnicas

Tecnologías Implementadas y Versiones

Variables de Entorno

# En Pipeline
SLACK_AND_WEBHOOK: WEBHOOK ..
AWS_ACCESS_KEY_ID: llave de acceso ID Usuario AWS
AWS_SECRET_ACCESS_KEY: Secreto de Usuario AWS

Ejecución del Proyecto

Clonar el proyecto del repositorio de git

# clone the project
git clone https://github.com/udistrital/resoluciones_cliente_v2.git
# enter the project directory
cd resoluciones_cliente_v2

Iniciar el servidor en local

# install dependency
npx npm install
or
npm install
# start server
npx run start
# Whenever you want to change the port just run
npx ng dev --port = 9528

Linter

# Angular linter
npm run lint
# run linter and auto fix
npm run lint:fix
# run linter on styles
npm run lint:styles
# run lint UI
npm run lint:ci

Ejecución Dockerfile

# Does not apply

Ejecución docker-compose

# Does not apply

Ejecución Pruebas

Pruebas unitarias powered by Jest

# run unit test
npm run test
# Runt linter + unit test
npm run test:ui

Estado CI

Develop Relese 0.0.1 Master Sonar
Build Status Build Status Build Status Quality Gate Status

Licencia

This file is part of resoluciones_cliente_v2.

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

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

About

✔️ Check: cliente para el nuevo sistema de resoluciones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published