mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
d6607b1d9f3e219817a6874dfc8a15df95d3eee5
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
Languages
TypeScript
98.9%
HTML
0.7%
Dockerfile
0.3%