Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-judd-04/fantasy-f1-predictor

Attempts to predicts the best fantasy F1 team using 50 years of historical data.
https://github.com/daniel-judd-04/fantasy-f1-predictor

backend database f1 fantasy-f1 fastapi fastf1 formula-one formula1 frontend prediction-algorithm spring-boot tailwindcss vuejs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.