hspsh / whohacks

Who is at Hackerspace Pomorze?
https://whois.at.hsp.sh
GNU General Public License v3.0
13 stars 5 forks source link

Move to FastAPI #56

Open LiquidLemon opened 6 months ago

LiquidLemon commented 6 months ago

FastAPI does everything that Flask can and is strictly superior when it comes to defining APIs (automatic OpenAPI).

not7cd commented 6 months ago

Sounds good. Two requirements: no client side JS and spaceapi V3 compliance.

LiquidLemon commented 6 months ago

I'm not planning on making any changes to the UI yet, despite its name FastAPI has full support for Jinja2 (and other templating engines). It should also make implementing SpaceAPI easier.