todo:简单的 JSONHAL 所有 API

时间:2024-07-24 03:44:22
【文件属性】:

文件名称:todo:简单的 JSONHAL 所有 API

文件大小:19KB

文件格式:ZIP

更新时间:2024-07-24 03:44:22

Ruby

待办API 带有 Sinatra 和 PostgreSQL 的简单 HAL/JSON Todo API。 此 API 将允许您注册帐户、登录、创建/编辑/删除和查看 Todo。 设置 bundle install rake db:setup # this will generate a todos_development and todos_test db rake db:migrate # runs the migrations in db/migrations rake db:migrate RAKE_ENV=test # migrate test db 您可以使用默认的rake命令运行规范。 可以通过运行foreman start来使用foreman start 。 系统要求 Ruby 2.1.5 PostgreSQL 端点 现在,从客户端的角度来看,有 3 个实体,Users


【文件预览】:
todo-master
----.gitignore(377B)
----app()
--------representers()
--------models()
--------routes.rb(239B)
--------routes()
--------representers.rb(409B)
--------models.rb(184B)
----config.ru(34B)
----db()
--------migrations()
----.ruby-version(6B)
----.env(33B)
----spec()
--------representers()
--------models()
--------requests()
--------spec_helper.rb(638B)
----app.rb(783B)
----README.md(3KB)
----config()
--------unicorn.rb(585B)
----lib()
--------tasks()
----Procfile(48B)
----Gemfile(256B)
----Rakefile(251B)
----Gemfile.lock(1KB)

网友评论