[정남영] 스프린트미션6 백엔드#3
Merged
wseungjin merged 4 commits intocodeit-sprint-fullstack:express-정남영from Jun 10, 2025
Hidden character warning
The head ref may contain hidden characters: "express-\uc815\ub0a8\uc601"
Merged
Conversation
19 tasks
wseungjin
approved these changes
Jun 10, 2025
| }); | ||
| return res.status(201).json(product); | ||
| } catch (error) { | ||
| console.log("post요청 실패", error); |
Collaborator
There was a problem hiding this comment.
무슨 post 요청 실패했는지 남기면 더 좋을꺼 같네요.
| const fields = ["name", "description", "price", "tags"]; | ||
| const fieldsData = {}; | ||
|
|
||
| for (const otherField of fields) { |
51a6a35
into
codeit-sprint-fullstack:express-정남영
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요구사항
백엔드
멘토에게
서버라는 폴더를 만들고 진행하고 나중에 GITHUP에 연동을해서 커밋메시지가 제대로구현되어있지않습니다. 다음 미션때는 주의하도록하겠습니다.
몽고db대신 prisma로 대체했습니다.
프론트PR 링크입니다
[정남영] 스프린트미션6 7-sprint-mission-fe#63