A social media engine
Current Travis CI Build Status
Current test coverage information from CodeClimate:
Current maintainability assessment from CodeClimate:
Signing up, logging in, logging out, viewing posts, submit a post.
Live chat Profile pictures
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