Ontica / Presef.Mobile

Aplicación Móvil para agentes. Presef.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empiria Project UI Web Application

Angular-based front-end application for the Empiria Project UI.

Quick start

This project is being built with Angular version 13.2.6 and TypeScript 4.5.5.

It uses Angular CLI, so both the CLI and generated project, have dependencies that require Node 12 or higher, together with NPM 6 or higher.

Make sure you have Node version >= 12 and NPM >= 6

Then install Angular CLI (globally if possible), ensuring that you have installed version 13 or higher.

# install Angular CLI globally
npm install -g @angular/cli

# check Angular CLI, Angular and TypeScript versions
ng -v

After that, please download and install this repo:

# clone (or fork) this repo
git clone https://github.com/Ontica/Empiria.Compliance.UI

# change directory
cd Empiria.Compliance.UI

# install the repo with npm
npm install

# Use Angular CLI to start the server
ng serve --open

By default, you have to navigate to http://localhost:2023 to see the application running.

Backend access

In order to run this application, you MUST have a valid API KEY and access credentials to connect to the system's backend. Please request them by sending us an email.

Licencia

Este producto y sus partes se distribuyen mediante una licencia GNU AFFERO GENERAL PUBLIC LICENSE, para uso exclusivo de PRESEF y sde su personal, y para su uso por cualquier otro organismo en México perteneciente a la Administración Pública Federal.

Para cualquier otro uso (con excepción a lo estipulado en los Términos de Servicio de GitHub), es indispensable obtener con nuestra organización una licencia distinta a esta.

Lo anterior restringe la distribución, copia, modificación, almacenamiento, instalación, compilación o cualquier otro uso del producto o de sus partes, a terceros, empresas privadas o a su personal, sean o no proveedores de servicios de las entidades públicas mencionadas.

El desarrollo de este producto fue pagado en su totalidad con recursos públicos, y está protegido por las leyes nacionales e internacionales de derechos de autor.

Copyright

Copyright © 2021-2022. La Vía Óntica SC, Ontica LLC y autores. Todos los derechos reservados.

About

Aplicación Móvil para agentes. Presef.

License:Other


Languages

Language:TypeScript 69.0%Language:SCSS 19.1%Language:HTML 10.6%Language:CSS 0.7%Language:JavaScript 0.6%