Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 548 Bytes

File metadata and controls

20 lines (14 loc) · 548 Bytes

Dashboard

Dashboard from Device, you must be set from the database NoSQL.

Application

Install nodejs

curl -fsSL https://rpm.nodesource.com/setup_21.x | sudo bash -
sudo yum install -y nodejs git amazon-efs-utils

Install Dependencies

npm install

Envinronment Variable

Setting the environment variable on your path application, use the name .env, and set the variable name on the instruction below:
PORT=5000
API_URL=set your API Gateway URL

Command run application

npm run prod