Using Ruby on Rails we would like you to create a simple blog api-only application. The application should fulfill the requirements below. Any one can create a blog with or without a loggedin account.
- You can only comment as a authenticated user (logged in).
- You can not commment on more than 2 blogs in a given day 24 hours period.
- Your api must be in line with JsonAPI standards.
- The source code must be placed in a public repo on GitHub.
- The application should be deployable on Heroku.