# My Images [ ![Codeship Status for danbee/my-images](https://app.codeship.com/projects/cf564ea0-7cbe-0136-47c4-2ebac98daaef/status?branch=master)](https://app.codeship.com/projects/300990) A simple DragonFly powered image storage application. ![](https://user-images.githubusercontent.com/165531/43842691-e38186be-9af3-11e8-9387-d1ee206cca2e.png) ## Requirements * Ruby 2.5.1 * PostgreSQL 9+ * Imagemagick ## Getting started Bootstrap the project: ```sh $ bin/setup ``` Run the server: ```sh $ foreman start ``` ## Specs Run the specs with: ```sh $ bundle exec rspec ```