Project pkg Setup Nodejs MySQL CRUD

preview_player
Показать описание
Project pkg Setup Nodejs MySQL CRUD
=============================
#nodejs
#javascript
#fullstack
#backend
#programming
#coding
#webdevelopment
#developer
#softwaredevelopmentcompany
=============================
Project Setup
-Initialize the pkg manager through terminal
npm init
-Give the
pkg name
description
author:learning curve

-npm install express
const express=required('express')
-Create a an app object
const app=express()
-define port
const PORT=8080

-Test the application
Рекомендации по теме