模拟reddit后端

时间:2024-03-10 01:28:37
【文件属性】:

文件名称:模拟reddit后端

文件大小:41KB

文件格式:ZIP

更新时间:2024-03-10 01:28:37

Ruby

安装 克隆实验室。 运行bundle install以安装缺少的gem。 运行rails s来启动开发服务器。 按照说明进行以继续使用前端服务器。 用户故事 这是受欢迎的社交新闻网站Reddit的副本。 用户将能够创建帖子,发表评论,投票,投票,编辑和/或删除内容。 建于 Ruby 2.6.1 机架CORS SQLite3 VSCode 作者 伊冯·范 : 领英:


【文件预览】:
mock-reddit-backend-main
----.gitignore(750B)
----app()
--------mailers()
--------models()
--------views()
--------jobs()
--------serializers()
--------channels()
--------controllers()
----config.ru(130B)
----bin()
--------rails(264B)
--------setup(1008B)
--------bundle(3KB)
--------spring(507B)
--------rake(213B)
----storage()
--------.keep(0B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(3KB)
--------schema.rb(2KB)
----.ruby-version(11B)
----public()
--------robots.txt(99B)
----README.md(749B)
----vendor()
--------.keep(0B)
----config()
--------cable.yml(200B)
--------spring.rb(97B)
--------credentials.yml.enc(464B)
--------boot.rb(207B)
--------database.yml(620B)
--------routes.rb(369B)
--------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)
----test()
--------mailers()
--------integration()
--------models()
--------channels()
--------test_helper.rb(386B)
--------controllers()
--------fixtures()
----Gemfile.lock(4KB)

网友评论