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

https://github.com/janko/shrine-example-melbourne

Shrine tutorial application for Coder Factory Academy
https://github.com/janko/shrine-example-melbourne

Last synced: 6 months ago
JSON representation

Shrine tutorial application for Coder Factory Academy

Awesome Lists containing this project

README

          

# README

Commands that were run offline:

* `rails new shrine_example --skip-spring`

* `rails generate scaffold photos title:string description:text`

* `rails generate migration add_image_data_to_photos image_data:text`

* `rails db:migrate`