Skip to content

Attempts to predicts the best fantasy F1 team using 50 years of historical data.

Notifications You must be signed in to change notification settings

Daniel-Judd-04/fantasy-f1-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Formula One Predictor v2

Programming Languages

Language Used For
Java Spring Boot backend
Python FastF1 API calls and database population
SQL Database queries
Vue.js Frontend visual components
JavaScript Frontend logic and data analysis
Tailwind CSS Frontend styling

Backend

Communicates with a database to retrieve and modify data when needed.

FastF1

Data collection was achieved using the FastF1 API. Data was collected, cleaned and reformatted, before being stored in a database.

Spring Boot

The backend uses Spring Boot to access, modify or add database objects from the frontend.

Frontend

Communicates with the backend database to display rich data about fantasy f1.

Vue.js

Used to create components to abstract the frontend.

Tailwind CSS

Used to style the data shown on the frontend.

AWS

Used to store images like country flags.