文件名称:alexandria:通过Ruby Web API使用Ruby on Rails创建的电子商务网站
文件大小:42KB
文件格式:ZIP
更新时间:2024-06-11 21:06:24
Ruby
亚历山大项目 一个用于销售数字书籍的电子商务网站。 安装与设定 安装 安装 在本地git clone https://github.com/RuthNjeri/alexandria.git仓库git clone https://github.com/RuthNjeri/alexandria.git 安装依赖项bundle install 运行rails服务器rails s 浏览提供给服务器的链接http://localhost:3000/ 测验 运行rspec以在本地运行测试
【文件预览】:
alexandria-master
----log()
--------.keep(0B)
----bin()
--------update(745B)
--------rake(90B)
--------setup(883B)
--------rails(141B)
--------bundle(125B)
----vendor()
--------.keep(0B)
----config()
--------locales()
--------database.yml(594B)
--------initializers()
--------puma.rb(1KB)
--------application.rb(1KB)
--------routes.rb(80B)
--------credentials.yml.enc(464B)
--------boot.rb(207B)
--------storage.yml(1KB)
--------spring.rb(111B)
--------cable.yml(192B)
--------environment.rb(128B)
--------environments()
----db()
--------seeds.rb(2KB)
--------migrate()
--------schema.rb(2KB)
----Rakefile(227B)
----app()
--------uploaders()
--------models()
--------jobs()
--------controllers()
--------views()
--------mailers()
--------channels()
----storage()
--------.keep(0B)
----Gemfile(2KB)
----Gemfile.lock(5KB)
----tmp()
--------.keep(0B)
----.rspec(52B)
----spec()
--------models()
--------requests()
--------support()
--------factories()
--------rails_helper.rb(3KB)
--------spec_helper.rb(5KB)
----.ruby-version(10B)
----.gitignore(649B)
----lib()
--------tasks()
----public()
--------uploads()
--------robots.txt(98B)
----README.md(534B)
----config.ru(130B)