Skip to content

minsiyang/acebook-TeamNameComingSoon-rails

 
 

Repository files navigation

Build Status

Coverage Status

About the project

In this project we built a Ruby on Rails app with a similar behaviour to Facebook. Users can..

[x] Sign up [x] Login / Logout [x] Create posts and comments. [x] Edit post and comments. [x] Delete post and comments.

Team

Screenshots

[here]

Link to project

here.

Built With

  • HTML, CSS, Javascript
  • Ruby
  • Ruby on Rails
  • Rubocop
  • Rspec with Capybara and Factory Bot for testing
  • Devise for authentication

Project Overview

Trello board

You can find the engineering project outline here.

How to contribute to this project

See CONTRIBUTING.md

Quickstart

First, clone this repository. Then:

> bundle install
> bin/rails db:create
> bin/rails db:migrate

> bundle exec rspec # Run the tests to ensure it works
> bin/rails server # Start the server at localhost:3000

About

Template for the AceBook project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.5%
  • HTML 24.8%
  • CSS 5.2%
  • JavaScript 1.5%