Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.44 KB

readme.md

File metadata and controls

35 lines (25 loc) · 1.44 KB

Build a League Tournament Builder

Technology:

nodejs, express, AWS DynamoDB

how to start

  1. npm install to install modules
  2. grunt to start server
  3. grunt test to run test cases

Part 1 Public APIs

Part 2 Admin APIs

Part 3 Server Side Jobs

  • Read and populate Barclays Premier League or any other league tournament info

seed data

  1. data from https://github.com/openfootball/eng-england/tree/master/2015-16
  2. node seed/createTables.js - create dynamodb tables
  3. node seed/insert.js - insert all data based on seed/2015-16/*.txt

— feel free to use any available public data, or perform web scraping