Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/daniel-judd-04/fantasy-f1-predictor
- Owner: Daniel-Judd-04
- Created: 2024-10-28T10:44:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T22:56:20.000Z (about 2 months ago)
- Last Synced: 2024-12-10T01:09:02.229Z (about 1 month ago)
- Topics: backend, database, f1, fantasy-f1, fastapi, fastf1, formula-one, formula1, frontend, prediction-algorithm, spring-boot, tailwindcss, vuejs
- Language: Vue
- Homepage:
- Size: 977 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.