sharmarakesh / nodejs-microservice

Bundle that creates a node.js microservice powered by web APIs, functions, and workflows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js microservice bundle

This repo provides a sample of a node.js microservice.

Getting Started

  1. Create a repo from this template.
    screenshot
  2. Open the project in a code editor.
    Open in Visual Studio Online
  3. Open the backend-webapp/main.js file.
  4. Add your business logic to the function.
  5. Test with Run -> Start Debugging or npm start.
  6. Create a branch and open a pull request for any changes.
  7. Merging a pull request will trigger GitHub actions to publish.

About

Bundle that creates a node.js microservice powered by web APIs, functions, and workflows.


Languages

Language:Dockerfile 74.4%Language:JavaScript 25.6%