/ README.md
README.md
1 # Fanta Server 2 `Fanta server` is a webserver that allows to serve players information regarding 3 Swiss National League Hockey Topscorers fantasy hockey. 4 5 This project works in combination with `player_parser`, a simple Rust script to 6 download basic player information. That script populates the database used by 7 this application. 8 9 # Goals 10 The goal of this project is to gives users of the [Topscorers](https://topscorers.ch/en) app more historical data and some other convenience functions to improve the user experience. 11 12 # Status 13 This project is not ready, it is simply a couple of commits in and it is more of 14 a playground for me to learn axum. It only has a couple of functional endpoints 15 and the code is script/throwaway quality.