Football database UI that records match results and player statistics.
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.
npm install
mongod
node index.js
and navigate to http://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