아가개발자/React
-
[React] mongoDB (몽고DB) 연결아가개발자/React 2021. 8. 20. 23:14
이번 시간에는 몽고 DB연결을 하는 방법을 알아보려고 합니다! 우선 mongo DB 사이트에 방문해줍니다. https://www.mongodb.com/ The most popular database for modern apps We're the creators of MongoDB, the most popular database for modern apps, and MongoDB Atlas, the global cloud database on AWS, Azure, and GCP. Easily organize, use, and enrich data — in real time, anywhere. www.mongodb.com Mongo DB는 계정이 있어야 이용이 가능하기 때문에 회원가입 후 로그인을 완료해줍시..
-
[React] Node.js 연동아가개발자/React 2021. 7. 27. 23:46
안녕하세요, 오늘은 React를 배워보기 전 Node.js와 express 연동하는 방법을 설명드리려 합니다! 더보기 [ 개발환경 ] OS: macOS Big Sur Editor: VSCode Node.js 설치 구글에 node js를 검색하면 보이는 가장 상단의 사이트로 이동하여 Node.js를 직접 설치해줍니다. https://nodejs.org/ko/ Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 저는 안정화된 14.17.3 LTS 버전을 다운로드 해줬습니다. 다운로드를 마치고나면 다운이 성공적으로 잘 되었는지 확인하기 위해 터미널에서 아래의 명령어를 입력해줍니다. $ node -v..