'웹' 태그의 글 목록 (2 Page)
본문 바로가기
728x90
반응형

24

GoLangWeb-WebDecoratorHandler 동일 자료 있는 사이트 https://github.com/3DPIT/golang/blob/master/05.GolangWeb/0806/01.WebDecoratorHandler/2021%EB%85%8408%EC%9B%9406%EC%9D%BC_GoLangWeb-WebDecoratorHandler.md GitHub - 3DPIT/golang Contribute to 3DPIT/golang development by creating an account on GitHub. github.com 2021. 8. 6.
GoLangWeb-RESTfulAPI4 동일 자료 있는 사이트 https://github.com/3DPIT/golang/blob/master/05.GolangWeb/0804/01.RESTfulAPI4/2021%EB%85%8408%EC%9B%9404%EC%9D%BC_GoLangWeb-RESTfulAPI4.md GitHub - 3DPIT/golang Contribute to 3DPIT/golang development by creating an account on GitHub. github.com 2021. 8. 4.
GoLangWeb-RESTfulAPI1 동일자료있는 사이트 https://github.com/3DPIT/golang/blob/master/05.GolangWeb/0729/1.RESTfulAPI1/2021%EB%85%8407%EC%9B%9429%EC%9D%BC_GoLangWeb-RESTfulAPI1.md GitHub - 3DPIT/golang Contribute to 3DPIT/golang development by creating an account on GitHub. github.com 2021. 7. 30.
랜딩페이지 비디오 나타내기 비디오 Template 만들고 몽고DB에서 데이터 가져오고 가져온 비디오 데이터 스크린에 출력 Use map() methods 랜딩 페이지에서 우선 이거 만들고 import React ,{useEffect} from 'react' useEffect(() => { Axios.get('/api/video/getVideos') .then(respones=>{ if(respones.data.success){ }else{ alert('비디오 가져오기를 실패 했습니다.') } }) }, []) 라우터 생성을 위해 server의 video.js 부분으로 갑니다. routes/video.js 부분에 router.post('/getVideos',(req,res)=>{ //비디오를 DB에서 가져와서 클라이언트에 보낸다. .. 2021. 3. 5.
728x90
반응형