Jordi Sola
2019-10-04 f7cd8963ef353d9173c3a21dcccf402f3616840b
commit | author | age
f7cd89 1 # DO276 JavaScript/Node.js To Do List App
JS 2
3 Based on Restify 4.0 and Sequelize 3.14. Tested on Node.js 0.10 from SCL with Mariadb 5.5.
4
5 Do `npm install` do download dependencies.
6
7 Run as `node app.js`
8
9 * Don't do pagination yet.
10
11 * Database connection parameters hardcoded (as a novice developer would usually do).
12
13 * There is a lot of boiler plate code in the controller and the model. There should be a way to have more centralized error handling.
14
15 * Have mysql database initialized and running, and front end deployed to apache and running
16
17 * Access as http://localhost:30000/todo
18