Hi team! I am a beginner looking to contribute to this project.While reading the codebase, I noticed that HTTP status codes (like 404) in main.py are currently hardcoded as magic numbers. I would love to refactor this to use FastAPI's built-in status module (e.g., status.HTTP_404_NOT_FOUND).This improves code readability and follows standard FastAPI development best practices.If this sounds good to you, please let me know and I will submit a Pull Request!
Hi team! I am a beginner looking to contribute to this project.While reading the codebase, I noticed that HTTP status codes (like 404) in main.py are currently hardcoded as magic numbers. I would love to refactor this to use FastAPI's built-in status module (e.g., status.HTTP_404_NOT_FOUND).This improves code readability and follows standard FastAPI development best practices.If this sounds good to you, please let me know and I will submit a Pull Request!