hackforla / HomeUniteUs

We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
https://homeunite.us/
GNU General Public License v2.0
39 stars 21 forks source link

Fastapi conversion #807

Closed paulespinosa closed 1 month ago

paulespinosa commented 1 month ago

Related #789

What changes did you make?

Updated test_authentication - all tests pass

Migrated the following endpoints:

Rationale behind the changes?

This is part of the FastAPI migration work. It migrates these endpoints from Flask to FastAPI.

Testing done for these changes