Created
March 8, 2025 19:16
-
-
Save 094459/bf583505f11c2e1a1932f1db6f5e0610 to your computer and use it in GitHub Desktop.
Scaffold document to help shape LLM output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| When creating Python code, use the following guidance | |
| - Use Flask as the web framework | |
| - Follow Flask's application factory pattern | |
| - Use Pydantic for data validation | |
| - Use environment variables for configuration | |
| - Implement Flask-SQLAlchemy for database operations | |
| - Use Swagger to provide an interactive API UI | |
| Use the following project structure | |
| ├ app | |
| ├── src | |
| ├── src/static/ | |
| ├── src/models/ | |
| ├── src/routes/ | |
| ├── src/templates/ | |
| ├── src/extensions.py | |
| ├ app.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment