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 | 31 |
Tags
- 이더리움
- wget
- node.js 교과서 따라하기
- 자바스크립트
- 쉘스크립트
- 변수
- Docker
- 노드
- 머클트리
- 리액트를 다루는 기술
- 전역설치
- 깃허브
- immer
- npm
- 벨로포터
- 환경변수
- Sequelize
- 라우터
- 설치
- 일반유저
- wsl
- 머클루트
- 시퀄라이즈
- centos
- MariaDB
- 리눅스
- 블록체인
- 리액트
- 솔리디티
- 우분투
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