Creating a RESTful API bridge to MySQL using NodeJS/AngularJS

I'm new to RESTful APIs and my application has a problem with it. I want set up the HTTP GET method to retrieve data from mysql, and I think the file app.js has already connected to database (but I...