Do you want to have the features of instagram without actually having to go to the instagram site? Then pictogram is the Instagram clone for you.
- API Consumption: Uses the Instagram API (in the sandbox) to pull pictures, likes and comments
- OAUth Login: Use your Instagram account to login to PictoNow
- Rails
- Instagram Oauth login
- Instagram API
- RSPEC
- PostgreSQL
- Bootstrap
- clone the project
- run
bundle install
to install the required gems - set up and seed the database with
rake db:create db:migrate
- start the server with
rails s
and visithttp://localhost:3000
Turing School Project