Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 577 Bytes

File metadata and controls

executable file
·
31 lines (20 loc) · 577 Bytes

JsSimpleBlog

simple "blog" server using node.js + express + handlebars + sqlite3

============ Installation Instructions:

Install node.js and npm / Install sqlite3 / Install node-sqlite3

In the main directory enter:

npm install

To start the server:

node server.js

Connect your browser on port 3000 (default)

Features:

Add, Modify and Display item(s)

Delete item (modify + erase title)

Change item position (modify + position). Items are displayed using ascending position order.

Extract file (RTF format)