Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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