2022-06-06 17:35:26 -03:00
2022-03-24 12:08:08 -03:00
2022-02-10 14:32:42 -03:00
2022-07-06 11:55:19 -03:00
2022-06-08 11:12:51 -03:00
2022-02-04 10:03:55 -03:00
2022-02-04 10:03:55 -03:00
2022-04-12 17:59:41 -03:00
2022-04-12 17:59:41 -03:00
2022-07-06 11:55:19 -03:00
2022-06-27 18:32:08 -03:00
2022-05-23 17:19:36 -03:00
2022-06-27 19:22:36 -03:00
2022-06-27 19:22:36 -03:00

Maestro

Maestro

This is the Dadosfera´s gateway repository, it´s responsable for the communication between frontend application and Dadosfera´s mirosservices.

💻 Requirements

Before you start, make sure you have done the following steps:

  • Installed Nodejs version 16.14.2
  • Installed latest NPM version

🚀 Installing Maestro

First of all clone the repository:

  • SSH:
git clone git@github.com:dadosfera/maestro.git
  • HTTPS:
git clone git@github.com:dadosfera/maestro.git

Enviroment variables

Here is a list of enviroment variables needed in order to run the application correctly.

ENV=
DUC_URL=
INFACTORY_URL=
TRFACTORY_URL=
OTFACTORY_URL=
PIFACTORY_URL=
JWT_PRIVATE_KEY=
AWS_IDENTITY_POOL_ID=

Running Maestro

In order to run Maestro just run the following command:

npm run start:dev

If everything is fine the Maestro will start and be ready to receive HTTP requests

S
Description
No description provided
Readme
7.1 MiB
Languages
TypeScript 98.9%
HTML 0.7%
Dockerfile 0.3%