Performance-Review-API

时间:2024-03-27 12:33:29
【文件属性】:

文件名称:Performance-Review-API

文件大小:122KB

文件格式:ZIP

更新时间:2024-03-27 12:33:29

Ruby

绩效评估API Performance Review API是性能评估应用程序的后端。 一个允许员工提交有关彼此绩效评估的反馈的应用程序。 用MySQL编写在ruby 2.72中用于数据库 文献资料 API文档在doc文件夹中提供,它具有两个文件,如下所示: index.html :包含由生成的API文档的静态html文件 api/index.apib :API蓝图格式的API文档 这两个文档都是由rspec测试使用自动生成的。 您可以通过运行$ bundle exec rake docs:generate 。 必须使用Node.js才能使用生成html视图。 运行应用程序 有多种方法可以通过docker或手动设置启动应用程序。 请注意,如果您不希望用假数据作为表的种子,则可以使用db:create和db:migrate 。 当地的 将.env.sample复制到.env并配置应用程


【文件预览】:
Performance-Review-API-master
----.gitignore(40B)
----Dockerfile(457B)
----app()
--------performance_review.rb(1KB)
--------services()
--------models()
--------serializers()
--------forms()
--------controllers()
----config.ru(189B)
----package.json(50B)
----.rspec(22B)
----package-lock.json(263KB)
----.dockerignore(18B)
----.env.sample(465B)
----.rubocop.yml(923B)
----db()
--------migrate()
--------seeds.rb(85B)
--------seeds()
--------schema.rb(3KB)
----LICENSE(1KB)
----doc()
--------api()
--------index.html(95KB)
----docker-compose.yml(373B)
----spec()
--------app()
--------support()
--------spec_helper.rb(2KB)
----README.md(3KB)
----config()
--------database.yml(629B)
--------locales()
--------puma.rb(319B)
--------initializers()
----lib()
--------errors()
--------extensions()
----Gemfile(737B)
----Rakefile(495B)
----main.rb(406B)
----Gemfile.lock(4KB)

网友评论