Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: store-back ui #13

Merged
merged 1 commit into from
Jun 14, 2023
Merged

feat: store-back ui #13

merged 1 commit into from
Jun 14, 2023

Conversation

pauldotyu
Copy link
Contributor

Purpose

  • Adding the store-back admin portal

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code then run the following
docker compose up
  • Test the code

Browse to the store and add an order http://localhost:8080
Browse to the store backend and process the order http://localhost:8081

What to Check

Verify that the following are valid

  • Now you can run the following command to get the order from MongoDB
# connect to mongodb
mongosh

# show databases and confirm orderdb exists
show dbs

# use orderdb
use orderdb

# show collections and confirm orders exists
show collections

# get the order and confirm status
db.orders.findOne({orderid: '<YOUR_ORDER_ID>'})

NOTE: Make sure to update <YOUR_ORDER_ID> with an existing order ID in the JSON payload

Other Information

@pauldotyu pauldotyu merged commit 1d2aec1 into Azure-Samples:main Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant