Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 539 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 539 Bytes

MEVN-news-scrapper

this is a Node.js scrapping project on a news website (Arabic), Vue.js 3 used as a front-end

Video of testing front-end API to back-end:

https://drive.google.com/file/d/11Bg3m_9FozQtTdkyURuKz1m73E5pWEbZ/view

dont forget to install packages from package.json

change to Server dir:

cd Server
server setup

npm install

server run:

npm start

change to Client dir:

cd Client
client set up:

npm install

client run:

npm run serve