A simple social media app built with ruby on rails.
-
git clone https://github.com/prateeksan/labber.git -
bundle -
bundle exec rake db:migrate -
rails s -
Visit
localhost:3000on your browser.
-
User Authentication and Session Management with
devise. -
Admin panel with analytics, user and content management built with
rails_admin. -
Image uploading with
carrierwave. -
Image resizing with 'mini_magick'
-
Ajax request handling and client-size functionality with JQuery.
-
UI built with Bootstrap.