Skip to content
On Windows, after configuring the DeepSeek large model in VS Code with Cline, the automatic programming attempt started. After the prompt was completed, there was almost no intervention throughout the process, and the project ran successfully on its own:
### **Project: MP4 Video Upload and Online Playback Web Application** ### Architecture Requirements: Based on Python Django framework, H5 web browser application ### Functional Requirements: 1 **Upload MP4 Video Files**: Users can see the list of video files already existing on the server displayed on the main page, and by clicking the upload new content button, upload a local video file to the server, refreshing the video list and displaying the newly uploaded video as the first item in the list; 2 **Video Playback**: On the main page, the video file list has a play button that allows online playback of the corresponding video file on the server; 3 **Search Video Files**: Users can enter video text or part of the name in the search box to filter and display the list of videos; 4 **Delete Video**: Users can delete video files from the list.
Initially, there was an error when running, but then I clicked to let it run and auto-correct, and it finally ran correctly:
Knowing how to clearly and correctly write project goals and requirements has become more important for programmers in the future.