文件名称:sample-blog:示例仅API博客
文件大小:39KB
文件格式:ZIP
更新时间:2024-04-25 21:35:10
Ruby
样本博客 极其简单的纯API博客! 这个博客非常简单-它使您可以将博客文章提交到服务器,并可以使用API呈现它们。 消耗API 我们有一些有关如何简单文档。 发展 这个项目是用铁架脚手架的。 先决条件 请安装以下内容: 随意使用或进行版本管理 为了在开发中运行项目,您需要安装所需的RubyGems并设置Postgres数据库: bundle install rails db:setup 然后,您可以使用rails server (或简称rails s )启动本地服务器。 执照 该项目已获得。 部署到Heroku
【文件预览】:
sample-blog-main
----.gitignore(713B)
----app()
--------mailers()
--------models()
--------views()
--------jobs()
--------controllers()
----config.ru(160B)
----LICENSE.md(1KB)
----bin()
--------rails(182B)
--------setup(1010B)
--------bundle(3KB)
--------spring(494B)
--------rake(131B)
----storage()
--------.keep(0B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(374B)
--------schema.rb(1KB)
----.ruby-version(6B)
----public()
--------robots.txt(99B)
----.github()
--------workflows()
----README.md(1KB)
----vendor()
--------.keep(0B)
----config()
--------cable.yml(192B)
--------spring.rb(97B)
--------credentials.yml.enc(464B)
--------boot.rb(207B)
--------database.yml(3KB)
--------routes.rb(159B)
--------environments()
--------environment.rb(128B)
--------application.rb(1KB)
--------storage.yml(1KB)
--------locales()
--------puma.rb(2KB)
--------initializers()
----lib()
--------tasks()
----tmp()
--------.keep(0B)
--------pids()
----Gemfile(577B)
----.gitattributes(247B)
----Rakefile(227B)
----app.json(290B)
----test()
--------mailers()
--------integration()
--------models()
--------channels()
--------test_helper.rb(386B)
--------controllers()
--------fixtures()
----Gemfile.lock(5KB)