文件名称:todo-api:使用TDD进行简单的Todo Api编写并使用Github Actions工作流程进行设置
文件大小:50KB
文件格式:ZIP
更新时间:2024-04-24 23:33:57
Ruby
自述文件 该自述文件通常会记录启动和运行应用程序所需的所有步骤。 您可能要讲的内容: Ruby版本 系统依赖 配置 数据库创建 数据库初始化 如何运行测试套件 服务(作业队列,缓存服务器,搜索引擎等) 部署说明 ...
【文件预览】:
todo-api-main
----.gitignore(750B)
----app()
--------mailers()
--------models()
--------auth()
--------views()
--------jobs()
--------channels()
--------lib()
--------controllers()
----config.ru(130B)
----.rspec(22B)
----bin()
--------rails(264B)
--------setup(1008B)
--------bundle(3KB)
--------spring(507B)
--------rake(213B)
----storage()
--------.keep(0B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(370B)
--------schema.rb(1KB)
----.ruby-version(6B)
----public()
--------robots.txt(99B)
----.github()
--------workflows()
----spec()
--------support()
--------models()
--------auth()
--------factories()
--------requests()
--------spec_helper.rb(5KB)
--------rails_helper.rb(3KB)
--------controllers()
----README.md(374B)
----vendor()
--------.keep(0B)
----config()
--------cable.yml(190B)
--------spring.rb(97B)
--------credentials.yml.enc(464B)
--------boot.rb(207B)
--------database.yml(620B)
--------routes.rb(282B)
--------environments()
--------environment.rb(128B)
--------application.rb(1KB)
--------storage.yml(1KB)
--------locales()
--------puma.rb(2KB)
--------initializers()
----lib()
--------tasks()
----tmp()
--------.keep(0B)
--------pids()
----Gemfile(2KB)
----Rakefile(227B)
----Gemfile.lock(5KB)