GithubHelp home page GithubHelp logo

demo-instagram's Introduction

README

学习Udemy上的【how-to-build-instagram-using-ruby-on-rails】 项目。

  • 版本

    • Ruby 2.5.1
    • Rails 5.2.1
  • 流程

    • Section1 : Introduction
      • 制作登陆验证: gem:‘devise’
      • 创建登陆页面和用户数据库
      • 大部分时间都在写CSS,使用Bootstrap
    • Section2 : Basic Project
      • 制作通知提醒框:gem'toastr-rails'
      • 使用TwitterAPI登陆 gem: 'omniauth', 'omniauth-twitter'
        • 目前机制为初次登陆依据邮箱创建用户,邮箱重复无法登陆
      • 修改用户信息功能: gem:‘devise’的【registrations】方法
    • Section3 : Gravatar, Twitter Authentication, User Profile
      • 使用twitter API登陆:gem 'omniauth-twitter'
    • Section4 : Post Feature
      • 上传图片: gem 'carrierwave'
      • 云相册:gem 'cloudinary'
      • 隐藏secret Key:gem 'figaro',
        • 执行bundle exec figaro install,在config/application.yml中设置自己的API KEY等等
    • Section5 : Like, Comment and Bookmark Feature
    • Section6 : Search
    • Section7 : Miscellaneous

demo-instagram's People

Contributors

intvergil avatar

Watchers

 avatar  avatar

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.