Angular-based front-end Regulatory Compliance Solution for the Mexican Oil & Gas Industry, custom-tailored and developed in association with Talanza Energy Consulting.
This project is being built with Angular 10 and TypeScript 4.0.
It uses Angular CLI, so both the CLI and generated project, have dependencies that require Node 10.16 or higher, together with NPM 6.9 or higher.
Make sure you haveNode version >= 10.16 and NPM >= 6.9
Then install Angular CLI (globally if possible), ensuring that you have installed version 10.1.2 or higher.
# install Angular CLI globally
npm install -g @angular/cli
# check Angular CLI, Angular and TypeScript versions
ng --version
After that, please download and install this repo:
# clone (or fork) this repo
git clone https://github.com/Ontica/Talanza.RegTech.Frontend
# change directory
cd Talanza.RegTech.Frontend
# 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:4200 to see the application running.
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.
This web application is distributed by the GNU AFFERO GENERAL PUBLIC LICENSE.
For third-party components, please read ThirdPartyNotices file.
Copyright © 2017-2020. Talanza Energy Consulting, La Vía Óntica SC, Ontica LLC and contributors.