HackerSpace-PESU / Best11-Fantasycricket

Predicting the Best 11 for a fantasy cricket game
GNU Affero General Public License v3.0
24 stars 17 forks source link

[recommendation] Change from Flask to fastapi #21

Closed scientes closed 4 years ago

scientes commented 4 years ago

Fastapi is a python framework designed for building apis: https://fastapi.tiangolo.com/ it simplifies things, uses stuff like pydantic for input verification and has automatic Openapi (swagger) support and much more nice treats

roysti10 commented 4 years ago

Heyy, @scientes thanks for the recommedation , ill surely look into this

roysti10 commented 4 years ago

Hey thanks for the suggestion! We will be implementing it