본문 바로가기

Study(매일매일한걸음씩)35

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.
[photoshop-아무것도 모르고 시작하기] #1 텀블러 로고 지우기 포토샵 안해봤다 그냥 twitter 보고 매일 하나씩 해보자(언제가는 하고싶은거 가능하게) 2023. 4. 25.
Mini -Project #3-3 명함 인식 프로그램 만들기(pyside6,openai,opencv) mongodb 에 저장하기(기본) 명함을 읽었으면 database 저장해야지(몽고db만 알아서 일단 mongodb) https://github.com/carcase2/-Python_Mini_businesscard GitHub - carcase2/-Python_Mini_businesscard: 명함 인식하는것 만들어보자 명함 인식하는것 만들어보자. Contribute to carcase2/-Python_Mini_businesscard development by creating an account on GitHub. github.com 전체 순서 1. mongodb에 dababase 만들기(business_cards) 2. mongodb에 collections 만들기(contacts) 3. mongodb 사용할수 있게 설치(pymongo) .. 2023. 4. 13.