TODO app Sample application in Node.js Requirements Node.js SQLite3 Installation & Run $ git clone https://github.com/ser1zw/todoapp-sample.git $ cd todoapp-sample $ npm install $ sqlite3 db/todoapp.db < db/init.sql $ npm start