pmutua / pixjar

A web app that allows users to post their pictures and other users can upvote.

Home Page:https://pixjar.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixJar

Author

Philip Mutua

Description

An application that enables users to post their pictures and other users can comment and like. View Demo

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

Contribution

If you see something you could add to the application pull Requests are allowed and also don't forget to follow me @itsPhilipMutua on twitter.

About

A web app that allows users to post their pictures and other users can upvote.

https://pixjar.herokuapp.com/

License:MIT License


Languages

Language:Ruby 74.9%Language:HTML 20.2%Language:CSS 2.9%Language:JavaScript 1.6%Language:CoffeeScript 0.4%