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

29 make the api mock server #30

Merged
merged 4 commits into from
Nov 15, 2023
Merged

Conversation

taniguchiiqqq
Copy link
Member

Overviews of implementation

added docker-compose.yaml and Dockerfile to run the API mock server based on Nishiki-document's OAS

Review points

Ensure that the mock server can start by npm run mock command, and you can get a response when you access http://localhost:8080/users/aaa

@taniguchiiqqq taniguchiiqqq self-assigned this Nov 15, 2023
@taniguchiiqqq taniguchiiqqq linked an issue Nov 15, 2023 that may be closed by this pull request
Copy link

vercel bot commented Nov 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nishiki-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 15, 2023 6:36am

Copy link
Member

@hitohata hitohata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@taniguchiiqqq
Thank you for implementation.
I think you need to write commands on the README. And it seems good if you add the 'docker-compose down' command in the scripts.

@taniguchiiqqq
Copy link
Member Author

@hitohata
I appreciate your review! I updated Readme and removed the detach option from the docker-compose command because other commands work in the foreground.

@hitohata
Copy link
Member

@taniguchiiqqq
Thank you. sounds good. I've already approved this PR, so feel free to merge it.

@taniguchiiqqq taniguchiiqqq merged commit ec46ecf into develop Nov 15, 2023
2 checks passed
@taniguchiiqqq taniguchiiqqq deleted the 29-make-the-api-mock-server branch November 15, 2023 06:45
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.

make the API mock server
2 participants