Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeffhollan/nodejs-microservice
- Owner: jeffhollan
- Created: 2020-03-03T00:43:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:22:22.000Z (about 2 years ago)
- Last Synced: 2025-01-23T00:45:10.369Z (4 days 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.
![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.