Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- npm
- 자바스크립트
- 솔리디티
- 전역설치
- immer
- 리액트를 다루는 기술
- 라우터
- 머클트리
- Docker
- 설치
- 리액트
- 시퀄라이즈
- node.js 교과서 따라하기
- 쉘스크립트
- 환경변수
- 우분투
- 리눅스
- 깃허브
- 벨로포터
- wget
- wsl
- 변수
- centos
- MariaDB
- 노드
- 일반유저
- Sequelize
- 머클루트
- 블록체인
- 이더리움
Archives
- Today
- Total
목록몽고디비 (1)
코드코코
210926 [8장] 8.6 몽구스 사용하기
1.package.json { "name": "learn-mongoose", "version": "1.0.0", "description": "몽구스를 배우자", "main": "app.js", "scripts": { "start": "nodemon app" }, "author": "codecoco", "license": "ISC", "devDependencies": { "nodemon": "^2.0.13" }, "dependencies": { "express": "^4.17.1", "mongoose": "^6.0.7", "morgan": "^1.10.0", "nunjucks": "^3.2.3" } } 2. app.js const express = require('express'); const path =..
기록/node.js 교과서 따라하기
2021. 9. 26. 21:50