/dgt-booking

Primary LanguageTypeScript

DGT Automated Service

Node Nestjs Typescript Docker PM2

💻 Install and run (simple)

$ npm ci
$ npm start

💻 Install and run (with PM2) [Recommended]

This way will run the application in the background.

$ npm ci
$ npm run start:pm2

Note: To run this service automatically after system reboot, use this command (Maybe you need to install PM2 globally npm i -g pm2)

$ pm2 startup systemd
$ pm2 save

🐳 Install and run (with Docker)

Docker should be installed.

$ docker run -d --name capitole-automated-checkin -p 4004:4004 --env-file .env aletid5/capitole-automated-checkin

Notes: Will run the server in detached mode

👻 LICENCE

WTFPL