arades79 / hyperdome

the safest place to reach out
Other
27 stars 1 forks source link

Fastapi #111

Closed arades79 closed 1 year ago

arades79 commented 1 year ago

Summary

replace flask with fastAPI + uvicorn drastically simplify the server code, remove threads, eliminate complicated classes, use simpler logic. rename some files and do some mild restructuring to leverage fastAPI and pydantic in the future.

Somehow avoided any breaking changes, application works identically to before, no changes made to the API (yet).

Closes #50

Checklist