435 B
435 B
Roda step 1 - Single File app (sort of)
Example single file Roda web app. There are extra files for launching the server, running tests, the license, etc, but the app itself is all in app.rb.
Prepare the environment with:
bundle install
# could do "bundle update" instead if you want to fetch new versions of packages
Run tests with:
bundle exec rake test
Run the app with:
bundle exec puma