Skip to content

Latest commit

 

History

History
executable file
·
35 lines (30 loc) · 448 Bytes

README.md

File metadata and controls

executable file
·
35 lines (30 loc) · 448 Bytes

Gateway Backend

Install the dependencies:

sudo npm i

local:

npm run nodemon-dev-api
npm run nodemon-dev-cron

Create build:

npm run build

Dev:

npm run pm2-dev-api
npm run pm2-dev-cron

Staging:

npm run pm2-staging-api
npm run pm2-staging-cron

Production:

npm run pm2-prod-api
npm run pm2-staging-cron

App will run on 8080 port, you can update in server.ts