文件名称:电影决策者后端
文件大小:49KB
文件格式:ZIP
更新时间:2024-03-11 19:33:03
Ruby
Notflix后端 这是一个待办事项列表和一般笔记应用程序,带有日历,可直观显示给定日期的优先级和任务总工期。 先决条件 此应用是使用Ruby-on-Rails后端作为API构建的。 您将需要安装Ruby(我们使用2.6.3)和Rails(6.0+)。 如何安装 在终端运行捆绑包中安装,以确保您的Gemfile.lock具有所有必需的依赖项。 然后,您将需要播种数据库。 seeds.rb导入的ids.rb文件中有17种方法。 每种方法都对应于从先前的GET请求接收到的100个Netflix节目/电影ID。 在种子的第15行,一次将函数(当前设置为17)更改为其他方法(first_hundred,second_hundred,third_hundred ... 1000、11、12、13 ... 17),并在您的控制台中输入:ruby每次更改后为db / seeds.rb播种数据库。
【文件预览】:
movie-decider-backend-master
----.gitattributes(247B)
----log()
--------.keep(0B)
----public()
--------robots.txt(99B)
----config.ru(160B)
----db()
--------seeds.rb(4KB)
--------schema.rb(3KB)
--------ids.rb(20KB)
--------migrate()
----tmp()
--------.keep(0B)
--------pids()
----.ruby-version(11B)
----lib()
--------tasks()
----Gemfile(1KB)
----Rakefile(227B)
----config()
--------initializers()
--------application.rb(1KB)
--------environments()
--------storage.yml(1KB)
--------locales()
--------boot.rb(207B)
--------spring.rb(97B)
--------cable.yml(192B)
--------credentials.yml.enc(464B)
--------puma.rb(2KB)
--------routes.rb(608B)
--------database.yml(3KB)
--------environment.rb(128B)
----README.md(2KB)
----Gemfile.lock(4KB)
----.gitignore(659B)
----storage()
--------.keep(0B)
----app()
--------views()
--------models()
--------serializers()
--------controllers()
--------channels()
--------mailers()
--------jobs()
----bin()
--------setup(1010B)
--------bundle(3KB)
--------rake(131B)
--------rails(182B)
--------spring(492B)
----vendor()
--------.keep(0B)