Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 371 Bytes

readme.md

File metadata and controls

26 lines (12 loc) · 371 Bytes

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