REST API in Express
Create a REST API in Node.js using Express. Include endpoints for CRUD operations, JWT authentication, and error handling. Use async/await and provide sample unit tests.
Describe your coding task and instantly generate professional prompts for GitHub Copilot, ChatGPT, and more. Supports logic, frameworks, APIs, and algorithms.
Create a REST API in Node.js using Express. Include endpoints for CRUD operations, JWT authentication, and error handling. Use async/await and provide sample unit tests.
Implement merge sort in Python. Handle empty lists and single elements. Add comments explaining each step and provide unit tests using pytest.
Build a login form in React with email and password fields. Validate input, show error messages, and use React Hooks for state management. Style with CSS modules.