Importing todo-single app for Lab 6.5

This commit is contained in:
Ravi Srinivasan
2019-06-21 10:40:58 +05:30
parent e347c8fb93
commit fe67a607e6
20 changed files with 1160 additions and 0 deletions

16
todo-single/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "todo-single",
"description": "single container version of the todoapp",
"version": "0.0.2",
"private": true,
"author": "Red Hat Training",
"license": "ASL",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"restify": "4.0.3",
"sequelize": "3.14.2",
"mysql": "2.9.0"
}
}