paul-florentin-charles / bcn-rainfall-models

A project aiming at delevering tools for visualisation and analysis of Barcelona rainfall data. Data is retrieved from there: https://opendata-ajuntament.barcelona.cat/data/en/dataset/precipitacio-hist-bcn.
MIT License
0 stars 0 forks source link

Flasgger -> FastAPI #57

Open paul-florentin-charles opened 5 months ago

paul-florentin-charles commented 5 months ago

Flasgger, unfortunately, does not seem to be compatible with most recent versions of Python. We could simply use FastAPI to set up our API, and keep Flask later as a back supporting our front version.

paul-florentin-charles commented 4 months ago

Use Pydantic to modelize response object and eventual body inputs.