1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
Go to file
2018-10-19 11:37:15 -04:00
app Remove tags with JS 2018-10-19 11:37:15 -04:00
bin Remove tags with JS 2018-10-19 11:37:15 -04:00
config Remove tags with JS 2018-10-19 11:37:15 -04:00
db Use delayed_job for job queue 2018-08-26 12:42:01 -04:00
lib Refactor Clarifai class 2018-08-25 20:29:07 -04:00
log First commit. 2014-03-23 13:41:12 +00:00
public First commit. 2014-03-23 13:41:12 +00:00
spec Remove tags with JS 2018-10-19 11:37:15 -04:00
vendor/assets Add image show page and tag images on upload 2018-08-25 20:29:09 -04:00
.babelrc Remove tags with JS 2018-10-19 11:37:15 -04:00
.env.sample Add setup script and improve readme 2018-08-31 09:48:24 -04:00
.gitignore Remove tags with JS 2018-10-19 11:37:15 -04:00
.postcssrc.yml Remove tags with JS 2018-10-19 11:37:15 -04:00
.ruby-version Update Gemfile and get server starting 2018-08-07 17:26:29 -04:00
.tool-versions Update Gemfile and get server starting 2018-08-07 17:26:29 -04:00
config.ru First commit. 2014-03-23 13:41:12 +00:00
Gemfile Remove tags with JS 2018-10-19 11:37:15 -04:00
Gemfile.lock Remove tags with JS 2018-10-19 11:37:15 -04:00
LICENSE.md Simple README and LICENSE 2018-08-09 20:22:27 -04:00
package.json Remove tags with JS 2018-10-19 11:37:15 -04:00
Procfile Use delayed_job for job queue 2018-08-26 12:42:01 -04:00
Rakefile First commit. 2014-03-23 13:41:12 +00:00
README.md 👓 2018-08-31 09:50:39 -04:00
yarn.lock Remove tags with JS 2018-10-19 11:37:15 -04:00

My Images

Codeship Status for danbee/my-images

A simple DragonFly powered image storage application.

Requirements

  • Ruby 2.5.1
  • PostgreSQL 9+
  • Imagemagick

Getting started

Bootstrap the project:

$ bin/setup

Run the server:

$ foreman start

Specs

Run the specs with:

$ bundle exec rspec