/scraper

A web application that scraps football results and presents them to the users.

Primary LanguageJavaScript

Football live

Description

Football live is a web application that scraps football results and presents them to the users.

Project Setup

Prerequisites

You need to have Node and NPM installed on your PC.

Downloading and installing Node.js and npm

The project uses MongoDB as a database, set up mongodb on your machine(version 3.2 or later).

How To Install

Download the source code using git or else download and unzip the zip file.

Open a terminal window and go to the project root folder.

You need to have npm installed globally.

Run npm i in the root folder to install the required libraries.

How To Run

Start the MongoDB server.

Run

npm start

for a dev server.

Navigate to http://localhost:3000/.