文件名称:ox:基于古巴的 JSON API 的骨架
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-03 19:59:23
Ruby
牛 独立的、基于古巴的 JSON API 的骨架。 描述 是一个用于 Web 开发的微框架,该模板为使用 JSON API 构建应用程序提供了一个起点。 示例应用程序使用作为主数据库,文档将指导您如何使用Ox助手以非常简单的方式与您的应用程序交互,用于开发和测试。 入门 确保已安装 Redis。 # Clone this repository: $ git clone git@github.com:soveran/ox.git # Go to the app's directory: $ cd ox # Read the documentation $ make help 所有命令都使用make运行,该指南提供了如何开始以及如何与应用程序交互的分步示例。 删除应用程序 所有依赖项都将安装在您的项目目录中,因此如果您想删除项目及其所有依赖项,只需删除该目录即可。 绝对不会有剩菜。 社区
【文件预览】:
ox-master
----models()
--------user.rb(189B)
----bin()
--------dep(7KB)
--------gs(1KB)
----routes()
--------users.rb(256B)
----tests()
--------helper.rb(68B)
--------user_test.rb(851B)
----cli.rb(62B)
----makefile(506B)
----app.rb(843B)
----.gems(107B)
----doc()
--------help(2KB)
----.gitignore(8B)
----lib()
--------ox.rb(365B)
----README.md(1KB)
----config.ru(26B)