# koa2-oauth-server **Repository Path**: cwfan/koa2-oauth-server ## Basic Information - **Project Name**: koa2-oauth-server - **Description**: No description available - **Primary Language**: NodeJS - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-01-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # koa2-oauth-server ## prepare ```sh npm config set registry="https://registry.npm.taobao.org/" npm config set disturl="npm.taobao.org/dist/" git clone https://git.oschina.net/cwfan/koa2-oauth-server.git cd koa2-oauth-server npm install npm run dev ``` ## routes ``` see ./app/routes/ ```