Cliente para la gestión de evaluacion docente, parte del Sistema de Gestión Académica. Este proyecto está desarrollado con Angular.
- Angular 17.3.6
- Incluye Animations, Common, Compiler, Core, Forms, Platform-Browser, Platform-Browser-Dynamic, Router, cdk (^16.2.14)
- Angular Material 16.2.14
- ngx-translate 15.0.0
- Incluye ngx-translate Http Loader
- RxJS ~7.8.0
- Single-spa >=4.0.0
- Incluye single-spa-angular
- SweetAlert2 11.10.7
- Incluye SeetAlert/themes
- tslib 2.3.0
- Zone.js ~0.14.4
- lodash ^4.17.21
- spinner-util ^0.0.2
export const environment = {
production: false,
apiUrl:"http://localhost:4218/",
PARAMETROS_SERVICE: '',
assets: '',
};
Este proyecto es parte de una infraestructura de microfrontend implementada con la librería Single-SPA. Para ejecutarlo correctamente, es necesario levantar dos aplicaciones independientes: el Root y el Core.
El Root contiene la lógica de Single-SPA.
-
Clonar el repositorio del Root:
git clone https://github.com/udistrital/sga_cliente_root
-
Acceder al directorio del repositorio clonado:
cd sga_cliente_root
-
Instalar las dependencias:
npm install
-
Iniciar el Root:
npm start
El Core contiene componentes generales que construyen el layout y administran aspectos como la autenticación.
-
Clonar el repositorio del Core:
git clone https://github.com/udistrital/core_mf_cliente
-
Acceder al directorio del repositorio clonado:
cd core_mf_cliente
-
Instalar las dependencias:
npm install
-
Iniciar el Core:
npm start
Una vez que el Root y el Core estén en ejecución, se procede a clonar y ejecutar este proyecto.
-
Clonar este repositorio
git clone [email protected]:udistrital/sga_cliente_evaluacion_docente_mf.git || git clone https://github.com/udistrital/sga_cliente_evaluacion_docente_mf
-
Acceder al directorio del repositorio clonado:
cd sga_cliente_evaluacion_docente_mf
-
Instalar las dependencias:
npm install
-
Iniciar el proyecto:
npm start
Con estos pasos, se tendrán las partes mínimas necesarias para ejecutar el proyecto en un entorno local.
# Does not apply
# Does not apply
Pruebas unitarias powered by Jest
# run unit test
npm run test
# Runt linter + unit test
npm run test:ui
Develop | Relese 0.0.1 | Master |
---|---|---|
This file is part of sga_cliente_evaluacion_docente_mf.
sga_cliente_evaluacion_docente_mf 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.
sga_cliente_evaluacion_docente_mf 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 sga_cliente_evaluacion_docente_mf. If not, see https://www.gnu.org/licenses/.