Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 439 Bytes

API REST WITH NODEJS, EXPRESS, MYSQL.

Code to create API REST and testing with REST CLIENT.

STACK TECH 🔧 🔨

  • Node Js
  • Express
  • Mysql
  • Extension VSCode REST CLIENT

Commands

  • npm init -y
  • npm install express
  • node server. js (for start server 1st option)
  • npm i nodemon --save-dev (2nd option)
    • npm run start
  • npm i mysql express-myconnection (for use mysql)

SCREENSHOT