https://github.com/pmutua/pixjar
A web app that allows users to post their pictures and other users can upvote.
https://github.com/pmutua/pixjar
image-upload masonry-rails paperclip postgresql rails rails5 ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
A web app that allows users to post their pictures and other users can upvote.
- Host: GitHub
- URL: https://github.com/pmutua/pixjar
- Owner: pmutua
- License: mit
- Created: 2017-10-24T17:58:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T14:01:46.000Z (over 8 years ago)
- Last Synced: 2025-03-03T01:27:04.836Z (over 1 year ago)
- Topics: image-upload, masonry-rails, paperclip, postgresql, rails, rails5, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://pixjar.herokuapp.com/
- Size: 709 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PixJar
#### Author
[Philip Mutua](philipmutua.netlify.com)
# Description
An application that enables users to post their pictures and other users can comment and like.
[View Demo](https://pixjar.herokuapp.com/)
# Ruby Version
* Ruby v2.3.1
* Rails 5.1.4
# Installation
`git clone https://github.com/pmutua/pixjar.git`
`cd ~/pixjar`
###### Database Creation
* In the terminal Run
+ `rake db:create`
+ `rake db:migrate`
###### Install System Dependencies
_Install system dependencies using bundler:_
* Run `bundle install`
* To run the application Run `rails server` or `rails s`
* Open browser and type `localhost:3000`
# Technologies Used
* Ruby
* Rails
* Haml
* Bootstrap
* Devise
* Masonry-rails
* PaperClip
* Simple_form
* Sass
* CSS
* Heroku - _deployment_
# Licence
[MIT](./LICENCE)
# Contribution
If you see something you could add to the application pull Requests are allowed and also don't forget to _follow me_
[@itsPhilipMutua](https://twitter.com/itsPhilipMutua) on twitter.