issues
search
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
Fastpi setup
#787
Closed
erikguntner
closed
2 months ago
erikguntner
commented
2 months ago
What changes did you make?
Initialized new FastAPI project with FastAPI, Poetry, SQLAlchemy, and Pydantic
Added auth routes for sign up, sign in, and a protected route example. Also, a first pass at security dependencies.
Rationale behind the changes?
Create a scaffolding to being the migration to FastAPI
Testing done for these changes
Tested the routes work using the OpenAPI UI docs
What changes did you make?
Rationale behind the changes?
Testing done for these changes