DO180-apps/todoapp/nodejs
dependabot[bot] 09bbbc8fb5
Bump sequelize from 3.14.2 to 6.3.5 in /todoapp/nodejs
Bumps [sequelize](https://github.com/sequelize/sequelize) from 3.14.2 to 6.3.5.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v3.14.2...v6.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-04 03:56:40 +00:00
..
controllers Initial commit, including all apps previously in course 2019-10-04 13:04:03 +02:00
models Initial commit, including all apps previously in course 2019-10-04 13:04:03 +02:00
todo Initial commit, including all apps previously in course 2019-10-04 13:04:03 +02:00
.gitignore Initial commit, including all apps previously in course 2019-10-04 13:04:03 +02:00
app.js Initial commit, including all apps previously in course 2019-10-04 13:04:03 +02:00
compile.sh Initial commit, including all apps previously in course 2019-10-04 13:04:03 +02:00
package.json Bump sequelize from 3.14.2 to 6.3.5 in /todoapp/nodejs 2020-09-04 03:56:40 +00:00
README.md Initial commit, including all apps previously in course 2019-10-04 13:04:03 +02:00
run.sh Initial commit, including all apps previously in course 2019-10-04 13:04:03 +02:00

DO276 JavaScript/Node.js To Do List App

Based on Restify 4.0 and Sequelize 3.14. Tested on Node.js 0.10 from SCL with Mariadb 5.5.

Do npm install do download dependencies.

Run as node app.js

  • Don't do pagination yet.

  • Database connection parameters hardcoded (as a novice developer would usually do).

  • 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.

  • Access app as http://localhost:30080/todo