Skip to content

This is a simple Pin-it web application written in Ruby on Rails

Notifications You must be signed in to change notification settings

pavanlupane/pin-it-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pin-It-App

  • This is a simple pin-board where you can create your own pins, visit other user's pins and like them
  • User sign-up and login with monthly subscription provided
  • Responsive design with pins of different sizes aligning as per the available screen sizes.

Setup Guidelines

A. Source Code
  1. Clone or Download the source code
$ git clone https://github.com/pavanlupane/pin-it-app.git
  1. Run bundle install from your project root directory
B. Ruby, Rails setup

Download and setup latest or below versions of Ruby and Rails

  1. Ruby version ruby 2.3
  2. Rails version Rails 4.2.6
C. DB setup
  1. Download latest or sqlite3 Ver 3.8.10.2
  2. Run rake db:migrate from the root directory of your application
D. Running the Application
  1. Once all above setup is done, go to the root directory of your application and run
$ rails s
  1. Switch to your browser and type http://localhost:3000/
  2. Enjoy!

License

Free Software, Hell Yeah!

Screens

  1. Main Menu Main Menu

  2. Single Pin View Single Pin

  3. Responsive View Single Pin

About

This is a simple Pin-it web application written in Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published