Skip to content

Arman2409/DataFalcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 

Repository files navigation

Data Falcon

Web Crawler whcih can extracts data like images, links, title, description, etc from websites. It also measures time which was taken to fetch the website.

Getting started

  1. Install NodeJS and npm if you haven't already: https://nodejs.org

  2. Clone the repository using

git clone git@github.com:Arman2409/DataFalcon.git
  1. Navigate into the project directory from your terminal or command prompt

  2. Run

npm install

for both client and server folders in order to install all the dependencies for the application

  1. Run
npm run dev

for both clientand server folders in order to start the client side and server side