Notice
Recent Posts
Recent Comments
관리 메뉴

안까먹을라고 쓰는 블로그

[BackEnd] Node.js 설치 및 참고자료 (Feat. Express, MSSQL) 본문

Language/Node.js

[BackEnd] Node.js 설치 및 참고자료 (Feat. Express, MSSQL)

YawnsDuzin 2022. 12. 4. 16:09

 

반응형

https://overit.tistory.com/manage/newpost/746?type=post&returnURL=https%3A%2F%2Foverit.tistory.com%2Fentry%2F%ED%95%98%EC%9D%B4%EB%B8%8C%EB%A6%AC%EB%93%9C%EC%95%B1-BackEnd-%EC%84%A4%EC%A0%95Feat-Nodejs 

 

https://overit.tistory.com/manage/newpost/746?returnURL=https%3A%2F%2Foverit.tistory.com%2Fentry%2F%ED%95%98%EC%9D%B4%EB%B8%8C%EB%A6%AC%EB%93%9C%EC%95%B1-BackEnd-%EC%84%A4%EC%A0%95Feat-Nodejs&type=post

 

overit.tistory.com

 - Node.js 설치
 - VS & Node Express 설치


https://overit.tistory.com/entry/%ED%95%98%EC%9D%B4%EB%B8%8C%EB%A6%AC%EB%93%9C-BackEnd

 

[하이브리드앱 - Node] BackEnd(node - MSSQL 연동)

https://ahnsisters.tistory.com/5 [node.js] MSSQL 연동하기 개인적으로 공부하면서 기록하는 공간으로 잘못된 정보는 댓글을 통해 알려주시면 감사하겠습니다 :-) ▪ ▪ ▪ ▪ ▪ 저는 DB 작업 할 때 주로 프

overit.tistory.com

 - Node.js(Express) <=> mssql db 연동


https://overit.tistory.com/entry/%ED%95%98%EC%9D%B4%EB%B8%8C%EB%A6%AC%EB%93%9C%EC%95%B1-BackEnd-%EC%B6%94%EA%B0%80%EC%84%A4%EC%B9%98-1

 

[하이브리드앱 - Node] BackEnd (추가설치)

cors https://surprisecomputer.tistory.com/32 [Node.js] express cors 사용하기 1. 서론 리버스 프록시 서버로 NGINX를 두고 한 워크스테이션에서 Swagger와 node.js 서버를 함께 구동한 적이 있다. Swagger의 포트를 8085로

overit.tistory.com

 - nodemin 설치
 - cors 설치

 

https://overit.tistory.com/entry/%ED%95%98%EC%9D%B4%EB%B8%8C%EB%A6%AC%EB%93%9C%EC%95%B1-nodejs-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%A0%80%EC%9E%A5%EA%B4%80%EB%A0%A8

 

[하이브리드앱 - Node] node.js 이미지 저장관련(Feat. multer)

https://handhand.tistory.com/110 multer 모듈을 활용한 이미지 파일 업로드 튜토리얼 게시판에 이미지 업로드 기능 추가하기 multer 모듈 multer 모듈은 multipart/form-data 를 처리하기 위한 node.js 미들웨어입니

overit.tistory.com

 - multer 설치 (서버에 이미지 저장/삭제하기)


https://overit.tistory.com/entry/%ED%95%98%EC%9D%B4%EB%B8%8C%EB%A6%AC%EB%93%9C%EC%95%B1-REST-%ED%85%8C%EC%8A%A4%ED%8A%B8-%ED%88%B4-%EC%84%A4%EC%B9%98-FeatPOSTMAN

 

[하이브리드앱] REST 테스트 툴 설치 (Feat.POSTMAN)

https://www.postman.com/ Postman API Platform | Sign Up for Free Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster. www.postman.com

overit.tistory.com

 - rest 테스트 툴 - POSTMAN 설치


https://overit.tistory.com/entry/%ED%95%98%EC%9D%B4%EB%B8%8C%EB%A6%AC%EB%93%9C%EC%95%B1-Nodejs-%EC%84%9C%EB%B2%84%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8-%EC%9E%90%EB%8F%99-%EC%8B%9C%EC%9E%91

 

[하이브리드앱] Node.js - 서버프로그램 실행 배치파일 만들기

■ npm start 배치파일 만들기 메모장에서 아래 코드 작성 후, Node_Start.bat 로 저장 더블클릭하여, 정상 실행되는지 확인 cd "D:\dz\OverIt\SubJob\Source\BackEnd" npm start @echo off cmd /k pause ■ 배치파일 윈도우

overit.tistory.com

 - node.js(Express) 실행 배치파일 만들기

반응형
Comments