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.
[here]
here.
- HTML, CSS, Javascript
- Ruby
- Ruby on Rails
- Rubocop
- Rspec with Capybara and Factory Bot for testing
- Devise for authentication
You can find the engineering project outline here.
See CONTRIBUTING.md
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