Football live is a web application that scraps football results and presents them to the users.
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).
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.
Start the MongoDB server.
Run
npm start
for a dev server.
Navigate to http://localhost:3000/.