Code Monkey home page Code Monkey logo

instashare's Introduction

Instashare

Heroku link NB: This should be a link to your production site

Minimum Viable Product

Instashare is a social media platform centered around sharing interesting photos with friends. It was built with Ruby on Rails on the backend, utilizing React/flux architecture on the frontend. Instashare mimics key Instagram functionality, namely the ability to share photos and create captions. Additionally, you can comment on and like posts, create tags, tag locations (using geolocation api), and subscribe to users to have their posts show up in your feed.

How to run this project

  1. bundle install
  2. run bundle exec figaro install
  3. open up newly created application.yml file and fill in these details to link up your AWS s3 buckets, Faceboook developer keys, geocode api key, and google maps api key.
development:
  s3_bucket: "myapp-dev"

production:
  s3_bucket: "myapp-pro"

s3_access_key_id: "ad69caf9a44dcac1fb28"
s3_secret_access_key: "83ca7aa160fedaf3b350"

FACEBOOK_KEY: "ad69caf9a44dcac1fb28"
FACEBOOK_SECRET:  "83ca7aa160fedaf3b350"

GEOCODE_API_KEY:  "ad69caf9a44dcac1fb28"
MAPS_KEY: "83ca7aa160fedaf3b350"
  1. Finally, create your db and run migrations. ImageMagick is required for uploading photos.

Bonus Features (TBD)

  • Load previous comments button
  • [✓] Hover over pics shows likes/comments numbers
  • [✓] Redesign users page
  • Create useful explore page
  • [✓] Prettify transitions
  • Direct messaging
  • Edit password
  • [✓] Load more (infinite scrolling)
  • Followers, following lists for users
  • Photo Filters
  • [✓] Paginate user's list
  • Edit location option on posts
  • [✓] Autocomplete location search

instashare's People

Contributors

scottdikowitz avatar

Stargazers

Vignesh Nagarajan avatar

Watchers

James Cloos avatar  avatar

Forkers

omusico

instashare's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.