Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created December 3, 2018 04:35
Show Gist options
  • Save amandeepmittal/f18d53400eedd8d370cc1cfc0fef41d9 to your computer and use it in GitHub Desktop.
Save amandeepmittal/f18d53400eedd8d370cc1cfc0fef41d9 to your computer and use it in GitHub Desktop.
# create a new directory
mkdir rest-api-nodejs-postgresql
# traverse inside it
cd rest-api-nodejs-postgresql
# initialize npm
npm int --yes
# install express
npm install -S express
@vikaskyadav
Copy link

line 8 should have init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment