Sample: full-stack-no-backend - Build complete app with zero backend#47
Conversation
|
@copilot please review and update this sample to comply with the updated .github/copilot-instructions.md |
Reviewed the sample against the updated
No changes required. |
|
@copilot please also:
|
Updated in da8e26a:
|
|
@copilot One more thing: please update the screenshot in |
Added the screenshot in f654314. The screenshot shows the Task Manager UI with the API authentication section, task form, and tasks list. Note: The screenshot shows the app before Dev Proxy connects (displaying "Connection failed" and "Loading tasks..."). When Dev Proxy is running, the app will show a green connection status and display the tasks from the in-memory store. |
|
@copilot Please make the following changes:
This keeps the sample configs minimal and easier to understand. |
Done in 43911fa:
The remaining config values ( |
| - Open http://localhost:3000 in your browser | ||
| - The app auto-connects using the default API key (`dev-proxy-demo-key`) | ||
|
|
||
| ### Testing the API with curl |
|
@copilot Please use the validation skill to validate this Dev Proxy sample. Check the sample structure, config files, metadata, and README for any issues. If you find problems, please fix them. |
7b5cc5f to
d3d6fa0
Compare
Ran the validation skill. All checks passed: ✓ Directory structure ( No issues found. |
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
126da91 to
ac38ac5
Compare

Comprehensive sample demonstrating Dev Proxy's full value proposition: ship MVPs without a backend team using a complete offline development environment.
What's included
Dev Proxy config combining 4 plugins:
CrudApiPlugin- Full CRUD API with in-memory data storeAuthPlugin- API key authentication (x-api-key: dev-proxy-demo-key)LatencyPlugin- Realistic 200-800ms response delaysDevToolsPlugin- Chrome DevTools integrationVanilla JS frontend - Task manager with complete CRUD operations, no framework dependencies
Documentation - Architecture diagram, step-by-step guide
Screenshot
Architecture
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.