# json-server-project **Repository Path**: yinuocode/json-server-project ## Basic Information - **Project Name**: json-server-project - **Description**: json-server 快速搭建整理 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-26 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 运行 > yarn json-server-start 或者 npm run json-server-start 得到两个支持 Restful 规范的接口 访问 http://localhost:3000/api/article http://localhost:3000/api/user 至此便完成了本地模拟接口的功能