Examples
Node.js / Express
Deploy an Express API
Prompt
Prompt
❯
Build a REST API with Express.js that has CRUD endpoints for a "tasks" resource. Use in-memory storage. Include input validation. Deploy to Ink.
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Node.js) |
| Start command | node index.js |
| Port | 3000 |