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
entry point - server.js
author:learning curve
-package.json file gets created
-Install the express.js on the official documentation
-npm install express
-package.lock.json file gets created(Dependency file)
-Create a main file named server.js
const express=required('express')
-Create a an app object
const app=express()
-define port
const PORT=8080
-Run the file server.js
node server.js
-Test the application
In questa pagina del sito puoi guardare il video online Project pkg Setup Nodejs MySQL CRUD della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Learning Curve 19 maggio 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 160 volte e gli è piaciuto 0 spettatori. Buona visione!