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: 4 months ago
JSON representation
Bundle that creates a node.js microservice powered by web APIs, functions, and workflows.
- Host: GitHub
- URL: https://github.com/jeffhollan/nodejs-microservice
- Owner: jeffhollan
- Created: 2020-03-03T00:43:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:22:22.000Z (over 2 years ago)
- Last Synced: 2025-03-17T17:58:27.248Z (4 months ago)
- Language: Dockerfile
- Size: 2.73 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.

2. Open the project in a code editor.
[](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.