Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anaschwendler/rack-city-test
I'm just learning how to use Rack: https://github.com/rack/rack
https://github.com/anaschwendler/rack-city-test
Last synced: about 2 months ago
JSON representation
I'm just learning how to use Rack: https://github.com/rack/rack
- Host: GitHub
- URL: https://github.com/anaschwendler/rack-city-test
- Owner: anaschwendler
- Created: 2020-07-15T14:21:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T21:51:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T01:13:52.083Z (almost 2 years ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rack-city-test
I'm just learning how to use Rack: https://github.com/rack/rack
Rack is the most basic way to build a very simple web application in Ruby.
Based on: http://webapps-for-beginners.rubymonstas.org/rack.html
To run:
```
rackup
```This command looks for a file `config.ru` in the current directory, and starts a web server using it, on your local computer.
Then go to: http://localhost:9292