toshi-nao / web-app-sample

1 stars 0 forks source link

CRUD - Create a single tutorial #12

Closed naoharu closed 1 year ago

naoharu commented 1 year ago

Initial data

image

Create

image

Result

image

naoharu commented 1 year ago

HTTP Request sample is here

@toshihue Please can you review this PR also?

toshihue commented 1 year ago

HTTP Request sample is here

@toshihue Please can you review this PR also?

$set:{ should not be in the inserted tutorial document. So I just removed it. I also change the method names in tutorial_controller.go. See this commit: https://github.com/toshi-nao/web-app-sample/pull/12/commits/8970435604bbde6bcff7e1ae8cbf924d2af50752

An inserted document example: image

naoharu commented 1 year ago

@toshihue Thanks for pointing out! I have also confirmed that it works and will merge it.