1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
my-images/README.md
2018-08-31 09:50:39 -04:00

36 lines
585 B
Markdown

# 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
```