standup / questions
short recap
questions to you
dealing with nested resources
continue working on todo
standup !
git / todo / node / express / mysql ?
-
Short recap
questions to you!
connection.query('INSERT INTO todos SET ?', request.body, (err, result) => {
connection.query('SELECT * FROM todos', (error, data) => {
By michahell