Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 386 Bytes

readme.md

File metadata and controls

25 lines (12 loc) · 386 Bytes

My Blog API

Initialization

Clone the repository into a folder

git clone https://github.com/CleverProgrammers/pwj-module-8-my-blog-api.git

Install NodeJS from this LINK

Navigate to exercise folder

Open Terminal

npm init
npm install --save express
npm install --save multer
npm install -g nodemon

Create app.js file