Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 520 Bytes

File metadata and controls

33 lines (16 loc) · 520 Bytes

nodejs-app-mss

To start this application first you can get this repo code using below url

git clone https://github.com/MithunTechnologiesDevOps/nodejs-app-mss.git

cd nodejs-app-mss

npm install

node app.js

(OR)

npm start

To Execute the SonarQube Repor, execute the below command.

npm run sonar

(OR)

node sonar-project.js

to upload into nexus repo, user below command

npm publish

To generate the Nexus token with base 64 format, we will use below command

echo -n "username:password" | openssl base64