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