nodejs-restapi-using-express-mysql icon indicating copy to clipboard operation
nodejs-restapi-using-express-mysql copied to clipboard

Nodejs Restful API for CRUD operation using MySQL

Results 5 nodejs-restapi-using-express-mysql issues
Sort by recently updated
recently updated
newest added

With this controller-model solution, is it possible to handle async-await process? If so, how can I handle it?

I have created a folder and converting all old javascript functions to es6 version plus you have some typo problems in readme

Typo on the table name, should be 'customer' in index.js line 47

Seems to occur if mysqld uses random ports on startup. Fix: Add the following port to connection options port : '/var/run/mysql/mysql.sock'