Skip to content

JayTwoLab/node.js.template

Repository files navigation

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')

About

node.js template project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published