starter project for restAPI with node.js and my SQL
- config configulation module for connect database express cors etc.
- core business logic function moduls.
- routes route for api endpoint.
- body-parser Node.js body parsing middleware.
- cors CORS is a node.js package for providing a Connect/Express middleware that can be used to enable CORS with various options.
- express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
- mysql tool for connect and query mysql database