Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 618 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 618 Bytes

koa-restful-example NPM version

A Koa Restful API Project

Usage

# start
yarn start

Structure

.
├── config/
├── controllers/
├── lib/
├── middlewares/
├── models/
├── public/
├── schedules/
├── services/
├── Dockerfile
├── LICENSE
├── README.md
├── app.js
├── package.json
├── routes.js
└── yarn.lock

License

MIT © pyj pengyongjun@vip.qq.com