Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 450 Bytes

This a koa rest api seed project

A simple REST API project that simply export a structure to automatically generate the api and swagger

quick start:

    npm i
    npm run start

and Browser open http://127.0.0.1:4000/swagger

simple desc:

    apis/v1/xx.js is api files dir
    services is service files dir
    schedule is task config dir
    models/main is mysql model dir (use sequelize)

every dir has a test file as example