/todoapp-sample

Sample application in Node.js

Primary LanguageJavaScript

TODO app

Sample application in Node.js

Requirements

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