文件名称:example-api:建立在GrindExpressJS上的示例API
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-03 16:51:09
nodejs express node grindjs grind-framework
研磨API范本 Grind API模板是用于在上构建API的示例项目。 它还在用作模板,因此您可以快速设置新的API项目。 安装 git clone https://github.com/grindjs/example-api.git grind-example-api cd grind-example-api yarn install yarn cli migrate:latest yarn cli db:seed 跑步 # Use `watch` to automatically restart the server on file changes # Watch is recommended for development yarn cli watch # Use `serve --cluster` to launch a cluster of workers # Cluster
【文件预览】:
example-api-master
----.gitignore(37B)
----boot()
--------Cli.js(456B)
--------Http.js(320B)
----CHANGELOG.md(1KB)
----database()
--------migrations()
--------seeds()
----LICENSE(1KB)
----app()
--------Bootstrap.js(458B)
--------Providers()
--------Commands()
--------Models()
--------Controllers()
----README.markdown(2KB)
----package.json(770B)
----config()
--------database.json(373B)
--------production()
--------app.json(36B)
--------routing.json(214B)
--------redis.json(117B)
----babel.config.cjs(160B)
----.editorconfig(198B)
----.eslintrc.json(349B)