Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 437 Bytes

File metadata and controls

24 lines (20 loc) · 437 Bytes

##serverside_javascript_tutorial 참고 생활코딩 강좌

https://opentutorials.org/course/2136

##installed npm packages.json 참고

  • express
  • body-parser
  • jade
  • multer
  • underscore

##How does it work?

node app_file.js (or supervisor app_file.js)

default port: http://localhost:3000/

  • topic register: /topic/new
  • file upload: /upload

##Structure | data |
| node_modules |
| views_file |
| uploads |