tzim999 / devops-capstone-project

capstone
Apache License 2.0
0 stars 0 forks source link

Set up the development environment #1

Open tzim999 opened 5 days ago

tzim999 commented 5 days ago

As a [role] developer I need [function] I want to set up a local development environment for the customer accounts microservice, so that I can build and test the services. So that [benefit] The services to keep track of the customers on the e-commerce website.

Details and Assumptions

* [document what you know] The services to keep track of the customers on the e-commerce website. We already have developed the database model and a Python Flask-based REST API with an endpoint to create a customer account. We need to plan to add the REST APIs to read, update, delete, and list accounts.     

Acceptance Criteria

gherkin 
Given [some context] a development environment
When [certain action is taken] When I clone the repository
Then [the outcome of action is observed] The code will run on the development environment.
tzim999 commented 5 days ago

assigned milestone