A ruby rails web application where you can upload images which are displayed on main page, people can click on said images view them and make comments like 'Aw, so cute!' (may add smiley face generator for giggles).
This application uses Rails 5.0.1 and Ruby 2.4.0 as well as Rspec and Capybara for testing.
implemented: ✅ not implemented yet: 🚫
- Add image (name and category) ✅
- Upload image 🚫
- Hompage with list of uploaded images ✅
- Sign up ✅
- O-auth sign up 🚫
- Sign in & sign out ✅
- User profile 🚫
- Viewing other user's uploads 🚫
- View images by category 🚫
extra features:
- Auto emojifier 🚫
- Video upload 🚫
- Featured images 🚫
- 👍 images 🚫
- Ordering images by most liked, most recent, most viewed etc. 🚫
- Step uno: fork this repository then $git clone git@github.com:<YOUR_USERNAME>/instagram-challenge.git
- Step two: cd to file and $ bundle install
- Step three: turn kettle on and wait 2-5 minutes
- Step four: get those databases up and running $ rake db:create
- Step five: $ rake db:migrate
- Step six: you should now be ready to start ze server $ rails s
- Step seven: go to localhost:3000 on browser
- Step eight: click stuff