목록서버 (2)
taenyLog

몽고디비 다운받고 파워셸로 설치가 잘 되었는지 확인해보자 1. 몽고db 사이트에서 커뮤니티 서버 다운 https://www.mongodb.com/try/download/community Try MongoDB Community Edition Try MongoDB Community Edition on premise non-relational database including the Community Server and Community Kubernetes Operator for your next big project! www.mongodb.com path 경로 추가해주기 시스템 > 고급시스템설정 > 고급 > 환경변수 > 시스템변수/path 편집 > mongodb 다운받은 폴더의 bin 경로 추가 2. Mon..

템플레이팅 특정 로직과 HTML 응답 생성을 결합 EJS (Embedded JavaScript) - Node.js에서 많이 사용하는 템플릿엔진 EJS용 Express 구성하기 http://expressjs.com/en/5x/api.html#app.set Express 5.x - API Reference Express 5.x API Note: This is early beta documentation that may be incomplete and is still under development. express() Creates an Express application. The express() function is a top-level function exported by the express modul..