generated from ibm-developer-skills-network/aolwx-devops-capstone-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As a developer
I need to set up a local development environment
So that I can build, test, and run the microservice efficiently
Details and Assumptions
* Developers will use standard tools like Node.js, Python, etc., depending on the tech stack
* The environment should support unit testing, debugging, and local execution
Acceptance Criteria
gherkin
Given a clean development machine
When I follow the setup documentation
Then the development environment is configured and ready to run the microservice
Reactions are currently unavailable