Skip to content

Instantly share code, notes, and snippets.

@Innarticles
Last active September 25, 2019 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Innarticles/5b8a3bf0e6e4fd056480df678ea48c66 to your computer and use it in GitHub Desktop.
Save Innarticles/5b8a3bf0e6e4fd056480df678ea48c66 to your computer and use it in GitHub Desktop.

Challenge Specs:

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.

We encourage you to use gems and libraries for everything. We are looking for a simple, clean, elegant design, tests and all round understanding of rails.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment