sinatra hello world basics onl01 seng ft 090820 源码
Sinatra Hello World基础知识 目标 创建一个基本的Sinatra应用程序。 编写一个get方法。 从该get方法呈现一个字符串。 指示 分叉并克隆该存储库,然后运行bundle install程序开始使用! 在本地环境(而不是在IDE中)上,运行shotgun启动本地服务器,以便可以在浏览器中测试应用程序。 Shotgun默认使用端口9393,您应该能够访问以下URL http://localhost:9393 。 在app.rb文件中编写一个get方法以响应根URL'/'。 get路由应使用字符串"Hello, World!"响应"Hello, World!" 。
文件列表
sinatra-hello-world-basics-onl01-seng-ft-090820-master.zip
(预估有个14文件)
sinatra-hello-world-basics-onl01-seng-ft-090820-master
config
environment.rb
169B
Rakefile
183B
CONTRIBUTING.md
2KB
Gemfile
251B
Gemfile.lock
2KB
app.rb
102B
.rspec
41B
spec
暂无评论