FIRST Tech Challenge Statistics Backend

FIRST Tech Challenge Statistics Backend

5 devlogs
16h 44m
Created by Jeff Khuu

Python/Flask-based REST API for accessing calculated statistics related to teams competing in the FIRST Tech Challenge

Timeline

Added cron job and finally integrated project with vercel (api is now live!)

Update attachment

Generated data for all teams

Update attachment

Tested generating statistics using the FTC api with Alberta teams

Update attachment

Bodged together a way to store lists in a sqlite database using sqlalchemy

Update attachment

Created boilerplate, Started by creating basic GET, POST, PATCH commands using flask and flask_restful

Update attachment