โš™๏ธBackend Hosting

QaBunch team provides folders (QAautoMATER_Service) for backend hosting.

Backend Hosting (QAautoMATER_Service)

Step by Step guideline

  1. Navigate to the "QAautoMATER_Service" folder. Inside this folder, you will find a file named "qaautomater-cert." Replace or paste your certificate file (.pfx) into this folder, ensuring that the new certificate file carries the same name, "qaautomater-cert"

  2. Open new cmd window and navigate to QAautoMATER_Service folder

  1. execute the command "npm install" from cmd

  1. Now Run the backed service using command

pm2 start server.js

  1. To check if the backend service is up, access the following URL:

https://machineip:3001/

Please Note

  1. In case any new library is introduced in a new build, make sure your package.json file is updated. If you have locally updated a specific file, only add your new library to the package.json file in that case.

  2. In case any new library is introduced in new build, make sure the npm install command is executed before starting the server.

Last updated