T0nyX1ang / noqx

Extended logic puzzle solver of noq.
https://noqx.tonyxiang.site/
GNU General Public License v3.0
3 stars 0 forks source link

[Deps] Change to FastAPI/starlette backend #31

Closed T0nyX1ang closed 4 months ago

T0nyX1ang commented 4 months ago

As far as we think, Django would be too large for a simple application like noqx which only interacts with APIs.

Hence, we will replace django with FastAPI + uvicorn + jinja2 for simplicity.