1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
Go to file
2024-03-25 20:26:25 -05:00
app WIP 2024-03-23 19:31:04 -05:00
bin Update all the things \o/ 2023-06-30 21:18:58 -05:00
config WIP 2024-03-23 19:31:04 -05:00
db Update all the things \o/ 2023-06-30 21:18:58 -05: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 WIP 2024-03-23 19:31:04 -05:00
spec Fix issue with adding tags 2018-10-19 11:37:17 -04:00
storage WIP 2024-03-23 19:31:04 -05: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
.buildpacks Add buildpacks 2018-10-19 11:37:16 -04:00
.env.sample Add setup script and improve readme 2018-08-31 09:48:24 -04:00
.env.test WIP 2024-03-23 19:31:04 -05:00
.gitattributes Update all the things \o/ 2023-06-30 21:18:58 -05:00
.gitignore Update all the things \o/ 2023-06-30 21:18:58 -05:00
.nvmrc Set NodeJS version 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 all the things \o/ 2023-06-30 21:18:58 -05:00
.tool-versions Update all the things \o/ 2023-06-30 21:18:58 -05:00
codeship-services.yml Codeship Pro 2018-10-19 15:42:32 -04:00
codeship-steps.yml Codeship Pro 2018-10-19 15:42:32 -04:00
config.ru Update all the things \o/ 2023-06-30 21:18:58 -05:00
Dockerfile Update Dockerfile to pull my new image from Hub 2018-10-19 16:29:12 -04:00
Gemfile Remove webpacker and update bundle 2024-03-25 20:26:25 -05:00
Gemfile.lock Remove webpacker and update bundle 2024-03-25 20:26:25 -05:00
LICENSE.md Simple README and LICENSE 2018-08-09 20:22:27 -04:00
package.json Codeship Pro 2018-10-19 15:42:32 -04:00
Procfile Use delayed_job for job queue 2018-08-26 12:42:01 -04:00
Rakefile Update all the things \o/ 2023-06-30 21:18:58 -05:00
README.md 👓 2018-08-31 09:50:39 -04:00
yarn.lock Update Yarn version 2018-10-19 11:37:17 -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