Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 356 Bytes

node.js.template

  • Node Template Project

How to install module

  • Pre-install the module with the following command.
    npm install express sqlite3 body-parser
    
    • express : web framework based on Node.js.
    • sqlite3 : SQLite database
    • body-parser : 'HTTP' request ('Request') body ('Body') is interpreted ('Parsing')