Backend Hosting
Last updated
Last updated
QaBunch team provides folders (QAautoMATER_Service) for backend hosting.
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"
Open new cmd window and navigate to QAautoMATER_Service folder
execute the command "npm install" from cmd
Now Run the backed service using command
pm2 start server.js
To check if the backend service is up, access the following URL:
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.
In case any new library is introduced in new build, make sure the npm install
command is executed before starting the server.