Skip to content

Example Rails API app allowing adding comments to posts or other comments

Notifications You must be signed in to change notification settings

belgoros/rockstar-blog

Repository files navigation

CircleCI

Rock Stars Blog

Exercise blog engine Rails API providing JSON API for posts and comments in a threaded way like Slack or Reddit. One or many comments can be added either to a Post or to a comment.

Excel reports

You can download an Excel file containing comments for a specified post at /api/post/:post_id/comments end-point.

To populate the database, run rails db:setup, see seeds.rb for more details.

Tests

RSpec is used as testing framework. Run rspec to run the tests.

About

Example Rails API app allowing adding comments to posts or other comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published