Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 838 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 838 Bytes

Create API with mySQL starter

starter project for restAPI with node.js and my SQL

Project Structure

  • config configulation module for connect database express cors etc.
  • core business logic function moduls.
  • routes route for api endpoint.

Dependencies

  • 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