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
Fastapi conversion
#818
Closed
paulespinosa
closed
1 month ago
paulespinosa
commented
1 month ago
Related #789
What changes did you make?
Started with clean Alembic migration environment and added migration script to insert roles into the database.
Create backend startup scripts to pre-populate the database and moto server with test user accounts.
Updated backend Dockerfile
Run the API using a script instead of directly in order to ensure test user accounts are populated before starting the API.
Updated docker-compose
Added
moto
server as a container
Added
pgAdmin4
as a container
Rationale behind the changes?
This is part of the FastAPI migration effort documented in #789.
Testing done for these changes
Run docker compose on development machine and manually checked that all services are integrated.
Related #789
What changes did you make?
moto
server as a containerpgAdmin4
as a containerRationale behind the changes?
Testing done for these changes