본문 바로가기

Study(매일매일한걸음씩)/Web(html,css,js)5

node js로 메일 보내기(gmail) #1 -vsc node js로 메일 보내기 구현 file 만들기server.js nodemailer 설치npm install nodemailer https://www.nodemailer.com/ Nodemailer :: NodemailerNodemailer Nodemailer is a module for Node.js applications to allow easy as cake email sending. The project got started back in 2010 when there was no sane option to send email messages, today it is the solution most Node.js users turn to by default. npm iwww.nodemailer.co.. 2024. 4. 4.
[firebase]를 이용하여 web 호스팅 하기(초간단) 1. firebase 로그인(구글 아이디) https://firebase.google.com/?hl=ko Firebase | Google’s Mobile and Web App Development Platform 개발자가 사용자가 좋아할 만한 앱과 게임을 빌드하도록 지원하는 Google의 모바일 및 웹 앱 개발 플랫폼인 Firebase에 대해 알아보세요. firebase.google.com 2. 프로젝트 만들기 3. HOSTING 추가 4. VSC 실행(폴더 만들어서 진행) 5. GIT INIT(github)(repository 만들어서 github 사용해서 관리 할 수 있음) 6. firebase 관련 설치 및 배포 // firebase 설치, npm은 nodejs 설치해야지 됨 npm install .. 2023. 10. 17.
카페24 node js 호스팅(with VSC) 원래 heroku 사용하다가 유료로 바뀌여서 기왕이면 국내것 사용하자 하면서 해봄 결론은 git은 되나 git hub 할려면 여러 복잡한 과정이 있는것 같음(구글링) 그대로 git사용해서 해볼려고 함(언제가는 git hub 쉽게 되겠죠) 1. 카페 24 가입 https://hosting.cafe24.com/?controller=new_product_page&page=language 카페24 호스팅 | 온라인 비즈니스의 시작 node.js 버전은 신규 신청 시 선택이 가능하며, 버전은 주기적으로 업데이트 되므로 마이너 버전은 신청 시기에 따라 변경될 수 있습니다. hosting.cafe24.com 2. 선택하기(개인 공부용이기 때문에 최소로 하면된다) 3. 아이디 없으면 만들고 신청하면 총 설치비하고 월금.. 2023. 1. 4.
mongodb 하고 nosqlbooster 연결하기 nosqlbooster 다운 받기 - https://nosqlbooster.com/ NoSQLBooster - The Smartest GUI Tool and IDE for MongoDB nosqlbooster.com 2. nosqlbooster 사용목적은 잘 모르나 일단 몽고db로그인하지 않고 실시간으로 수정도 가능하고 확인이 가능한듯 - 홈페이지에 잘 설명 되어 있다. 3. 연결하기 - 일단 mongodb에 접속하기(로그인 진행) - https://www.mongodb.com/ MongoDB: The Developer Data Platform Get your ideas to market faster with a developer data platform built on the leading modern.. 2022. 12. 16.