Open Issues Need Help
View All on GitHub Developer Tools • Meal Planning
Installation fails due to missing seed files and incorrect file naming about 1 month ago
AI Summary: The task requires fixing a database seeding issue in a FastAPI backend project. The problem stems from a mismatch between the filenames of seed JSON files (`seed_meals.json`, `seed_sidedishes.json`) and the filenames expected by the `setup.py` script (`meals.json`, `side_dishes.json`). The solution involves either renaming the JSON files to match the script's expectations or updating the script to use the correct filenames. Additionally, error handling should be improved to ensure that missing SQL migration files are also properly handled.
Complexity:
2/5
bug good first issue database installation