Express Blog Posts

Setup a basic node express app

Steps
install node and npm
initialize the project with npm init
install required packages
implement the code & run
npm init
will ask for few details and fill those

0 Likes 744 Views