- 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.
- Clone or Download the source code
$ git clone https://github.com/pavanlupane/pin-it-app.git
- Run
bundle install
from your project root directory
Download and setup latest or below versions of Ruby and Rails
- Ruby version
ruby 2.3
- Rails version
Rails 4.2.6
- Download latest or
sqlite3 Ver 3.8.10.2
- Run
rake db:migrate
from the root directory of your application
- Once all above setup is done, go to the root directory of your application and run
$ rails s
- Switch to your browser and type
http://localhost:3000/
- Enjoy!
Free Software, Hell Yeah!