/magazine_app

A simple Rails application composed of Users,​ Articles​, Tags​ & SubTags.​ Users can register to the app, and once they are registered they can create their own articles. Articles are composed by title and description. An article can also be linked to many tags and subtags.

Primary LanguageRuby

Magazine app

A simple Rails application composed of Users,​ Articles​, Tags​ & SubTags.​ Users can register to the app, and once they are registered they can create their own articles. Articles are composed by title and description. An article can also be linked to many tags and subtags.

Functionality

  • Creates Users.
  • Creates Articles.
  • Lists whole magazine (all articles) ordered by creation date.
  • Filters articles by Tag / SubTag / text in Title or Content.
  • Shows a single article, show: title, content, owner name, and related tags.

Setup

> bundle install
> rake db:create
> rake db:migrate
> rake db:seed

Start the server. Hit localhost:3000

email: user@user.com
password: password

That's it :-)