Skip to content

MithunTechnologiesDevOps/nodejs-app-mss

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.6%
  • Shell 12.7%
  • Dockerfile 2.7%
  • HTML 1.0%