https://github.com/xhacker/try-sinatra
https://github.com/xhacker/try-sinatra
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xhacker/try-sinatra
- Owner: xhacker
- Created: 2015-11-07T06:51:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T06:52:01.000Z (over 10 years ago)
- Last Synced: 2025-03-24T02:19:26.823Z (over 1 year ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framework Tutorial
Try Sinatra, following [Singing with Sinatra](http://code.tutsplus.com/tutorials/singing-with-sinatra--net-18965).
## URLs to Test
* [http://localhost:8080](http://localhost:8080)
* http://localhost:8080/hello/{yourname}
* [http://localhost:8080/form](http://localhost:8080/form)