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

https://github.com/fastruby/hobbit-app

A template for future Hobbit applications
https://github.com/fastruby/hobbit-app

Last synced: 5 months ago
JSON representation

A template for future Hobbit applications

Awesome Lists containing this project

README

          

# Hobbit App Template

This is a template for projects that want to use the
[Hobbit](https://github.com/patriciomacadden/hobbit) microframework.

## Dependencies

* Hobbit
* Redis
* Ohm
* Puma
* Dotenv
* Rack Protection

Development:

* Minitest
* Shotgun

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## License

See the [LICENSE](https://github.com/ombulabs/hobbit-app/blob/master/LICENSE).