view source
Sample Node.JS REST API Implementation with MySQL
Here’s a simple example of a RESTful API implementation that I cobbled together for one of the students in our Node.JS Fundamentals course. It’s illustrates how to use the Express framework, along with a mysql datasource to implement create/read/update/destroy functionality on records.
Advertisement