Giter Club home page Giter Club logo

acebook-danger-noodles's Introduction

AceBook

On Heroku: Acebook

About Acebook

This application was developed by a team of 10 developers (see below) in weeks 8 and 9 of Makers Academy Software Development Bootcamp. As an introduction to Ruby on Rails the task was to build a light clone of Facebook. Functionality implemented includes:

  • Signing up, logging in and out
    • Created with devise gem
  • Newsfeed
    • Users can create posts and they will appear on the newsfeed in reverse chronological order
      • Posts can contain images and a message
    • Posts have a user's avatar and username with it
    • Infinite scrolling (implemented using REACT)
  • Likes and comments
    • A user can like a post once, once liked button changes to 'unlike' and user can unlike it (and so on...)
    • Users can leave comments under posts
    • Javascript fetch requests implemented in order to stop page refresh upon liking/unliking and commenting
  • User profile
    • Contains all of the user's posts (complete with likes and comments)
    • Edit profile option on current user's page
      • User can update their username, avatar, bio and email
  • Navigation
    • Nav bar for user to visit the home page, their profile, and to sign in and out
    • Clicking on a user's avatar or username by their post takes you to their profile
  • Testing
    • Unit testing using Rspec and Factory Bot
    • Feature testing using capybara
  • Development
    • App deployed to heroku
    • Images hosted on Amazon S3

Collaborators

Team practices:

  • Stand up and retro every day
  • Trello board assigning tickets
  • Pair and mob programming
  • Code reviews

Setting up the project on your local machine:

  • Clone this repository and cd into it
  • Run:
bundle install
  • If yarn is not installed on your machine you will need to run:
npm yarn install
  • To migrate the databases:
rails db:create
rails db:migrate
  • To load the application (and visit on localhost:3000):
rails s

acebook-danger-noodles's People

Contributors

karimabuseer avatar isobelpepp avatar lushcodes avatar william-young-97 avatar sipoftea avatar yofirmy avatar brettkarlson avatar dearshrewdwit avatar neoeno avatar leoht avatar pav0107 avatar dbugsy 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.