Total :
/ Today :
/ Yesterday :
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
- 인생이재밌다
- ssh
- Get
- 영화예매
- zombie-hit apartment
- topologySpreadConstraints
- git
- AWS
- node.js
- mysql
- 예매로직
- terminationGracePeriodSeconds
- Bootstrap
- MySQL Error
- jsp
- mongodb
- spread operator
- sessionStorage
- Java
- json
- html
- AWS Route53
- post
- AWS RDS
- ajax
- Kubernetes
- chartjs
- spring
- javascript
- ES6
Archives
- Today
- Total
목록git (2)
jongviet
*8월7일 *node.js -express.js = framework 디렉토리 설정 후 npm init 대부분의 값 default로 엔터 author : Ki index.js 생성 (백엔드 시작점) express js 설치 npm install express --save node_module이라는 폴더안에 dependencies들이 관리됨 index.js 파일 내 공식 document 내용 가져와서 붙임 const express = require('express') //express 모듈 가져옴; const app = express() //새로운 express 앱 생성 const port = 5000 app.get('/', (req, res) => { //root directory 처리 res.send(..
node, express, nestjs
2021. 8. 7. 03:34
*7월30일 -일일/월간 차트 관련하여 무료 API로 변경 후, git 업로드 완료. Git repository public 처리 완료. https://github.com/jongviet/easyStockProject GitHub - jongviet/easyStockProject Contribute to jongviet/easyStockProject development by creating an account on GitHub. github.com
easyStockPjt(Spring)
2021. 7. 30. 11:18