estevanjantsk / webbit

Rails App from hellorails.io course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This README would normally document whatever steps are necessary to get the application up and running.

MODELING

Each model will be responsible for different data throught the app

  • User
  • Submission - The user authors. Has differents types. (image/video, text, link)
  • Community - the category the submission belongs to
  • Comment - a response to the submission from another user or current user
  • Subscription - A user can subscribe and unsubscribe to a community

New features Rails 6

  • Multi Databases :)
  • Parallel testing!

Where to Go Next

  • BUILD something!!! ;)
  • EDITOR="code --wait" rails credentials:edit --environment development

About

Rails App from hellorails.io course


Languages

Language:Ruby 50.1%Language:HTML 31.0%Language:JavaScript 15.1%Language:CSS 3.8%