개발 일지 (TIL)
TIL 2023 09 02
늘곰's
2023. 9. 2. 21:28
오늘 배운 것
https://yhy7952.tistory.com/89
게시판 만들기 몽구스에서 prisma 로 변경하기
app.js import express from 'express'; import connect from './schmas/index.js' import postRouter from './routes/post.router.js' // import commnetRouter from './routes/comments.router.js' import routes from './routes/index.js' const app = express(); const PO
yhy7952.tistory.com