# RESTfulAPI **Repository Path**: sshfl/RESTfulAPI ## Basic Information - **Project Name**: RESTfulAPI - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RESTful Api This is the api boilerplate * Base on [koa@2](https://github.com/koajs/koa) ## Requirements * Node 7 is required, because of the harmony use async await * [yarn](https://yarnpkg.com/) If you do not install yarn use `npm` instead ## Installation $ yarn install $ yarn start // Then goto localhost:2300 ## PS If you want to change the port of 2300, such as 8888 $ PORT=8888 node --harmony-async-await app.js // Then goto localhost:8888