A shared folder with AI prompts and code snippets
From workspace: Manus
Team: Main
Total snippets: 9
9 snippets
Define the requirements for a Python project that manages a list of tasks, generate the necessary code for a Flask application, and set up automated testing.
for the task management app
Create a user manual for the task management application.
for the Flask
Generate API documentation for the Flask application.
for the Task
Create automated tests for the Task model using unittest.
for Flask app
Generate unit tests for the Flask application routes using unittest.
SQL for Task
Create a SQLAlchemy model for a Task with fields for id, title, and description.
Python for Flask
Generate Python code for a Flask application that includes routes for creating, retrieving, updating, and deleting tasks.”
for Flask app
Generate a project structure for a Flask application with basic CRUD operations.
For python
Define the requirements for a Python project that manages a list of tasks, including creating, retrieving, updating, and deleting tasks.