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: 19 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T03:20:30.000Z (over 3 years ago)
- Last Synced: 2025-01-14T11:45:51.817Z (9 months 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://travis-ci.org/crispgm/holy-images)
[](https://codeclimate.com/github/crispgm/holy-images/maintainability)
[](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