Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.12 KB

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.