Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffhollan/nodejs-microservice

Bundle that creates a node.js microservice powered by web APIs, functions, and workflows.
https://github.com/jeffhollan/nodejs-microservice

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## Node.js microservice bundle

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

## Getting Started

1. Create a repo from this template.
![screenshot](https://i.imgur.com/RN540mc.png)
2. Open the project in a code editor.
[![Open in Visual Studio Online](https://img.shields.io/endpoint?style=social&url=https%3A%2F%2Faka.ms%2Fvso-badge)](https://online.visualstudio.com/environments/new?name=Nodejs%20Microservice&repo=jeffhollan/nodejs-microservice)
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.