Horeng / Cheppy

0 stars 3 forks source link

과제: 백엔드 API - 코드 실행, 결과 반환 #11

Open Horeng opened 2 years ago

Horeng commented 2 years ago
Horeng commented 2 years ago

참고자료 https://www.theteams.kr/teams/2440/post/67325 https://nextjs.org/docs/advanced-features/custom-server

https://www.npmjs.com/package/@monaco-editor/react https://github.com/rtfpessoa/diff2html#diff2htmlui-usage

Sunwoo0110 commented 2 years ago
  1. express server 구축
  2. 실행: python 기반 코드 api 로 서버에 보내서 코드 실행시키고 결과값 반환
  3. 채점: python 기반 코드 api 로 서버에 보내서 코드 채점시키고 테스트 케이스 결과값 반환
Hans-0101 commented 2 years ago
  1. express 기반 API 서버 제작
  2. typeorm 기반 DB 연결
  3. feedback을 받아온 후, delete 또는 insert 버튼 클릭시 코드가 실제로 바뀌어야함
Hans-0101 commented 2 years ago
  1. express 대신 next.js 내 백엔드 기능 활용
  2. main branch 코드 기준으로 리팩토링
  3. feedback -> diff 부분만 구현
Hans-0101 commented 2 years ago

@Horeng js 기반으로 코드 리팩토링 완료했습니당 그런데 피드백 부분이 기존과 어떻게 바뀌는지 잘 모르겠어서 이 부분 알려주시면 다시 작업하도록 하겠습니다! 감사합니다