Set-Location ..

Set-Location ..

mkdir notes-app

Set-Location notes-app

mkdir backend

Set-Location backend

npm init -y

Set-Location ..

code .