Skip to content

Dropback/takehome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropback Take-Home Monorepo

Prerequisites

  • Node.js (v20+ recommended)
  • NPM package manager

Setup

  1. Fork this repository, install npm dependencies, etc.

  2. Set up Supabase (local PostgresSQL instance):

A database is scaffolded in the supabase directory, but you'll need set up and run the Supabase container (check out this guide).

  1. Start the development server:
npm run dev
  1. Happy coding

Find your assignment, at http://localhost:3001

Start developing the app, at http://localhost:3000


Resources

ESPN Hidden API

ESPN Hidden API: Documentation Gist

Here are some useful endpoints for fetching player data. Example Player ID: 5037870:

Player profile:

https://site.web.api.espn.com/apis/common/v3/sports/basketball/mens-college-basketball/athletes/5037870

Player splits (stats per game):

https://site.web.api.espn.com/apis/common/v3/sports/basketball/mens-college-basketball/athletes/5037870/splits

Supabase

Next.js

Turborepo

About

take home interview boilerplate 🚢

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors