文件名称:应用程序羽毛API
文件大小:135KB
文件格式:ZIP
更新时间:2024-03-05 02:56:33
TypeScript
应用程序羽毛API App FeathersJS API 关于 该项目使用 。 用于构建现代实时应用程序的开源Web框架。 入门 启动和运行就像1、2、3一样简单。 确保已安装和 。 安装你的依赖 cd path/to/app-feathers-api npm install 启动你的应用 npm start 测验 只需运行npm test ,将运行test/目录中的所有测试。 脚手架 Feathers具有强大的命令行界面。 它可以做一些事情: $ npm install -g @feathersjs/cli # Install Feathers CLI $ feathers generate service # Generate a new Service $ feathers generate hook
【文件预览】:
app-feathers-api-master
----public()
--------index.html(11KB)
--------favicon.ico(5KB)
----yarn.lock(265KB)
----database.json(221B)
----migrations()
--------sqls()
--------20200527233941-create-users-table.js(1KB)
----src()
--------sequelize.ts(810B)
--------app.ts(2KB)
--------logger.ts(419B)
--------services()
--------models()
--------index.ts(352B)
--------declarations.d.ts(303B)
--------middleware()
--------channels.ts(3KB)
--------authentication.ts(742B)
--------app.hooks.ts(498B)
----tsconfig.json(207B)
----config()
--------production.json(66B)
--------test.json(3B)
--------default.json(669B)
----LICENSE(1KB)
----test()
--------services()
--------authentication.test.ts(839B)
--------app.test.ts(2KB)
----jest.config.js(135B)
----README.md(1KB)
----docker-compose.yml(593B)
----.editorconfig(214B)
----.gitignore(2KB)
----package.json(2KB)