Nodejs

  • Touch and Swipe
    Nodejs

    7 ★★★ Node js 초기 셋팅

     https://expressjs.com/en/starter/generator.html 위 방법데로 시작하면 다음과 같은 에러 no default engine was specified and no extension was provided 해결 = >&n…

  • Touch and Swipe
    Nodejs

    6 Node.js - 패키지 매니저와 PM2

        1. PM2 기본 사용방법 2.https://www.tutorialbook.co.kr/entry/PM2-를-이용하여-NodeJS-프로세스-관리하기 pm2 start app.js  MonitoringMo…

  • Touch and Swipe
    Nodejs

    5 NodeJS Express 설치 및 서비스 개발

      Express-generate 를 이용하여 프로젝트 구성하기 express-generate 를 이용하기 위해 npm install express-generate -g 를 통해 express-generate 를 설치1) $&nb…

  • Touch and Swipe
    Nodejs

    5 NodeJS nodemailer 모듈 로 메일보내기

     Nodemailer :: Nodemailer 설치1. npm install nodemailer nodemailer-smtp-pool --save1) gmail2. test.jsvar nodemailer = require('nodemailer'); var smtpPool=require('nodemai…

  • Touch and Swipe
    Nodejs

    5 Node.js 설치후  db 연동

      1. 노드 설치https://nodejs.org/ko/download/  2. Express-generate 를 이용하여 프로젝트 구성하기$ npm install express-generator -g3. express {APP_NAME} 명령어…

  • Touch and Swipe
    Nodejs

    5 Node.js 에서 API 서버 만들기

      1 . Node.Js 설치후  Db 연동http://macaronics.net/index.php/m03/nodejs/view/1800  2.  axios  및  uuid-apikey ( 키생성 )설치$npm i axios -…

  • Touch and Swipe
    Nodejs

    5 Node.js 스케줄러

     설치$npm i node-schedule --save node-schedule - npm (npmjs.com) node-schedule.js const schedule = require("node-schedule"); let sheduleObj = null const set = (s)…

  • Touch and Swipe
    Nodejs

    5 NodeJS 크롤링

     임의 디텍토리 생성$npm init -y 모듈 설치$npm install axios cheerio 1) axios - npm (npmjs.com)2) cheerio - npm (npmjs.com)  crawling.jsconst axios = requ…

  • Touch and Swipe
    Nodejs

    5 Nodejs 세션관리 로그인 로그아웃 - 32

      패키지 json 파일을 만든다.# npm init-대문자 안 된다.# express package.json  이름 충돌 주의#npm install express --save #npm install express-session --sa…

  • Touch and Swipe
    Nodejs

    5 Nodejs 데이터베이스 사용(mongodb )- 35

       Windows에 MongoDB 설치하기..신규하 2014.05.26 18:19윈도우에 MongoDB를 설치 하면서, 내용을 약간 정리해 봅니다. 1. 다운로드 http://www.…

  • Touch and Swipe
    Nodejs

    Node.Js 웹개발로 알아보는 백엔드 자바스크립트의 이해 - 3 RESTful API

      인프런 강의https://www.inflearn.com/course/node-js-%EC%9B%B9%EA%B0%9C%EB%B0%9C#  Node.js, Express를 기반으로 한 웹애플리케이션 구축.Template EngineAjax와 JS…

  • Touch and Swipe
    Nodejs

    Node.Js 웹개발로 알아보는 백엔드 자바스크립트의 이해 - 2. ajax passport 패스포트기반 인증 로직 구현 (회원가입, 로그인, 로그아웃) express, ejs, mysql,

      인프런 강의https://www.inflearn.com/course/node-js-%EC%9B%B9%EA%B0%9C%EB%B0%9C#  Node.js, Express를 기반으로 한 웹애플리케이션 구축.Template EngineAjax와 JS…

  • Touch and Swipe
    Nodejs

    Node.js 웹개발로 알아보는 백엔드 자바스크립트의 이해 - 1. nodeJS + Express 웹서버 설정 , URL Routing 처리, static 디렉토리 설정,View engine,MySQL 연동 설정, Routing 모듈화

      인프런 강의https://www.inflearn.com/course/node-js-%EC%9B%B9%EA%B0%9C%EB%B0%9C#  Node.js, Express를 기반으로 한 웹애플리케이션 구축.Template EngineAjax와 JS…

  • Touch and Swipe
    Nodejs

    mkcert 을 사용하여 로컬 개발에 HTTPS를 사용하는 방법, localhost 에 https 적용하기

        mkcert 을 사용하여 로컬 개발에 HTTPS를 사용하는 방법  1. mkcert  사용  및 윈도우 설치https://github.com/FiloSottile/mkce…

  • Touch and Swipe
    Nodejs

    nodejs mongodb 연동 , 몽고 DB 윈도우 설치 및 실행

      A. 몽고 DB 윈도우 설치 및 실행   [MongoDB] 윈도우 몽고디비 설치 방법[MongoDB] 몽고디비 GUI 개발/관리도구 Studio 3T 설치 (Robo 3T) 1) …

  • Touch and Swipe
    Nodejs

    Node.Js 활용하기 (생활코딩 ) - ★ Express +Nunjucks (넌적스 ) + mogodb + passport - 5 타사인증 (Federation Authentication) 페이스북

     생활 코딩 강의 목록 :  https://opentutorials.org/module/2026/12063인프런 강의 목록 : https://www.inflearn.com/course/node-js-활용/unit/3586?tab=curricu…

  • Touch and Swipe
    Nodejs

    Node.Js 활용하기 (생활코딩 ) - ★ Express + Nunjucks (넌적스 ) + Mysql + Passport - 4 Passport 회원가입 , Passport 페이스북 연동 로그인

     생활 코딩 강의 목록 :  https://opentutorials.org/module/2026/12063인프런 강의 목록 : https://www.inflearn.com/course/node-js-활용/unit/3586?tab=curricu…

  • Touch and Swipe
    Nodejs

    Node.Js 활용하기 (생활코딩 ) - Express And Nunjucks (넌적스 ) And Mysql And Passport 프로젝트 - 3 Passportjs Express Nunjucks mysql 로 회원 가입 및 로그인 구현

     생활 코딩 강의 목록 :  https://opentutorials.org/module/2026/12063인프런 강의 목록 : https://www.inflearn.com/course/node-js-활용/unit/3586?tab=curricu…

  • Touch and Swipe
    Nodejs

    Node.Js 활용하기 (생활코딩 ) - Express And Nunjucks And Mysql And Passport 프로젝트 - 2 비밀번호 보안 (Security Password) ,crypto.pbkdf2, myqsl 회원 가입 및 로그인

     생활 코딩 강의 목록 :  https://opentutorials.org/module/2026/12063인프런 강의 목록 : https://www.inflearn.com/course/node-js-활용/unit/3586?tab=curricu…

  • Touch and Swipe
    Nodejs

    Node.Js 활용하기 (생활코딩 ) - express and Nunjucks and Mysql and passport 프로젝트 - 1 cookie , Session, store-file , store-mysql, store-mongodb

     생활 코딩 강의 목록 :  https://opentutorials.org/module/2026/12063인프런 강의 목록 : https://www.inflearn.com/course/node-js-활용/unit/3586?tab=curricu…