# Node-api **Repository Path**: yuan_yi/Node-api ## Basic Information - **Project Name**: Node-api - **Description**: 基于Node+Koa2的后端服务,以及以下小栗子的实现 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-22 - **Last Updated**: 2022-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node-api 基于node、koa2、sequelize搭建的后端API框架(吹牛~) ## 首次启动 ``` npm i; npm start; ``` 即可 以 `GET http://localhost:3000/get/test` 测试;