simple "blog" server using node.js + express + handlebars + sqlite3
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)
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)