A Rails 5 API backend server for a post-and-comment web app to share content and ideas between a community of people who have common interests. Users can post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users can also edit and delete their posts and comments.
$ git clone <repo>
$ cd reinforum_api
$ bundle install
$ rails s (-p 5001)
Rails 5, Ruby 2, RSpec