项目作者: JTLavs

项目描述 :
Football database UI that records match results and player statistics.
高级语言: HTML
项目地址: git://github.com/JTLavs/football-players-nodejs.git
创建时间: 2017-03-30T19:52:29Z
项目社区:https://github.com/JTLavs/football-players-nodejs

开源协议:

下载


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 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