Skip to content

a rest api project , simple quick

Notifications You must be signed in to change notification settings

csmagics/fastApiSeed

 
 

Repository files navigation

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:https://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

About

a rest api project , simple quick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Dockerfile 0.6%