Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 809 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 809 Bytes

Football Match Tracker using MongoDB, NodeJS and ExpressJS

A simple web application that shows Premier League football fixtures and players and tracks goals scored and results. Built with Jade/Pug template engine along with CSS and Javascript. NodeJS for backend services with ExpressJS and MongoDB for data storage.

  1. You will need node, npm and mongoDb installed.
  2. Once cloned navigate to location and run npm install
  3. Navigate to where mongo is installed in cli, and run mongod
  4. To start server run node index.js and navigate to https://localhost:3700 (3700 is the default port)

NB. If you would like to use the python scripts to add the data into Mongo you will need python installed along with the mongo library. You can install the library using pip install pymongo