Establishment of express development environment#2
Open
Conversation
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.
변경점 🥇
기존 DB설계를 express에서 사용하기 쉽게 orm으로 추가
admin bro를 통해 어드민 사이트 추가
docker-compose : node-template 안에 docker 파일이 없어 생성후 동작 확인
redis 연결 오류: redis 연결 오류가 나중에 동작하여 이를 수정
socket.io Cors 문제 해결 : 서버에서
index-room을 렌더링 하는것은 상관없었으나, 외부 클라이언트에서는cors이슈가 있었음이를 해결