Skip to content

AppInitio/payrange-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Init PayRange code challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published