deshanm / dev-tools-api

DevOp tool for developer not for DevOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-tools-api

DevOps tool for developers not for devOps

Install It

npm install

Run It

Run in development mode:

npm run dev

Run in production mode:

npm run compile
npm start

Run tests:

npm test

Deploy to the Cloud

e.g. CloudFoundry

cf push dev-tools-api

Try It

  • Point you're browser to http://localhost:3000
  • Invoke the example REST endpoint curl http://localhost:3000/api/v1/examples

About

DevOp tool for developer not for DevOps


Languages

Language:JavaScript 69.9%Language:HTML 30.1%