This repo provides a sample of a node.js microservice.
- Create a repo from this template.
- Open the project in a code editor.
- Open the
backend-webapp/main.js
file. - Add your business logic to the function.
- Test with Run -> Start Debugging or
npm start
. - Create a branch and open a pull request for any changes.
- Merging a pull request will trigger GitHub actions to publish.