Twitter Clone API Initialization Clone the repository into a folder git clone <Link> Install NodeJS from this LINK Navigate to exercise folder Open Terminal npm init npm install --save express npm install -g nodemon Create app.js file Run nodemon app.js to start the server