Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crispgm/holy-images
🕶 A simple image sharing social network
https://github.com/crispgm/holy-images
photo-sharing rails-application rails5 social-networking
Last synced: 2 days ago
JSON representation
🕶 A simple image sharing social network
- Host: GitHub
- URL: https://github.com/crispgm/holy-images
- Owner: crispgm
- License: mit
- Created: 2017-03-01T11:01:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T03:20:30.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T11:23:18.055Z (17 days ago)
- Topics: photo-sharing, rails-application, rails5, social-networking
- Language: Ruby
- Homepage:
- Size: 2.04 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# HolyImages
[![](https://api.travis-ci.org/crispgm/holy-images.svg?branch=master)](https://travis-ci.org/crispgm/holy-images)
[![Maintainability](https://api.codeclimate.com/v1/badges/41867af362501c3d9b17/maintainability)](https://codeclimate.com/github/crispgm/holy-images/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/41867af362501c3d9b17/test_coverage)](https://codeclimate.com/github/crispgm/holy-images/test_coverage)HolyImages is a simple image sharing social network.
_Notice_: the login system is for non-production only, without proper status check on server side.
## Features
* Image Upload (with Filters like Instagram)
* Image Explore
* EXIF Data
* Likes & Comments
* User System
* Notifications
* PC/Mobile friendly
* I18N Support (current with English and Simplified Chinese)## Plan
* [x] Filters
* [ ] Editing & Deleting
* [ ] Follow
* [ ] Archive
* [ ] Sharing## Screenshots
## Setup
1. Install dependencies
* ImageMagick
* libexif
```
$ brew install imagemagick
$ brew install libexif
```
2. Install gems
```
$ bundle install
```
3. Setup `secrets.yml`
4. Create DB
```
$ bin/rails db:create
$ bin/rails db:migrate
```
5. Compile assets
```
$ RAILS_ENV=production rake assets:precompile
```
6. Serve
```
$ RAILS_SERVE_STATIC_FILES=true PORT=<:port> bin/rails server -e production -d
```## License
MIT