# ms-deno-rest-api **Repository Path**: wolfdong7/ms-deno-rest-api ## Basic Information - **Project Name**: ms-deno-rest-api - **Description**: 从 github搬过来的 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-04 - **Last Updated**: 2021-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目介绍:Deno REST API ## 运行 ``` deno run --allow-net server.ts ``` ## 路由 ``` GET /api/v1/products GET /api/v1/products/:id POST /api/v1/products PUT /api/v1/products/:id DELETE /api/v1/products/:id ```