/rackstep-app-template

A template app using RackStep framework.

Primary LanguageRubyMIT LicenseMIT

RackStep App Template

This is a fully functional example app built using RackStep. You may use this as the starting point to your own app.

Status

License

Dependancies

This example app was developed and tested with Ruby 3.3.1. The only hard dependency is RackStep and Rack itself, but there are a few others recommended gem dependancies:

  • puma: fast rack-compatible server that can be used for production.
  • simplecov: a simple way to generate statistics about your tests coverage.

How to

To run the app, just start a rack compatible server like rackup or puma.

Just run bundle install to download the dependencies and then bundle exec rackup to start the server.

This app is ready to be deployed at Heroku.com.

Author

RackStep and RackStep App Templates are developed by Marcio Frayze David - marcio@segunda.tech.