Skip to content

petersoleeh/GameTime

Repository files navigation

GameTime

A sports updates web app

Description

This web app will allow users to see the favourite teams in their favourite leagues. When a user is signed up he/she will be able to select all their favourite teams and have them in a favourite section from where they can track the progress of those teams.

The web app will also have the teams standing table per league. This standing table will show all the teams in a league, their position,number of games played,points accrued, and the goal difference. The table arranges the teams in chronological order from the first team to the last team. This is key in allowing the user track his/her teams progress in relation to the other teams in the same league.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  • Clone the repo

  • Create and start a virtual environment

    • virtualenv env
    • source env/bin/activate
  • Install all the dependencies in the file > requirements.txt

    • pip install -r requirements.txt
  • Start the development server

    • python3.6 manage.py server

Prerequisites

  • Python3.6
  • Sqlite 3

Technologies Used

  • Python3.6
  • Sqlite3
  • Postgresql
  • Flask
  • Scrapy

Known Bugs

For now the API is not realtime

Support and contact details

Please reach out to the GameTime team via this email address gametimeke@gmail.com

License

MIT

Copyright (c) 2017 GameTime Team