All Projects → crongro → node_server_inflearn

crongro / node_server_inflearn

Licence: other
인프런 '노드강의' 을 위한 소스코드

Programming Languages

EJS
674 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

"Node.js 웹개발로 알아보는 백엔드 자바스크립트의 이해" 을 위한 소스코드

강의영상 : https://www.inflearn.com/course/node-js-%EC%9B%B9%EA%B0%9C%EB%B0%9C#

코드에 대해서

ES2015 이전의 코드문법이 많이 적용된 문법입니다.


install

git clone https://github.com/nigayo/node_server_inflearn.git
cd node_server_inflearn
npm install
nodemon app

브라우저를 열고 http://localhost:3000/ 접속


관련 DATABASE 정보

본 실습프로젝트는 mysql 연동을 하게 됩니다. 여기서 확인하세요.

https://gist.github.com/crongro/4fc2c86ee92758e4a487093e932ef5b0


MIT License. [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].