leo424y / x5

5xRuby training

Home Page:https://x5x.herokuapp.com

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.

Things you may want to cover:

  • Ruby version

'2.5.3'

  • Rails version

'5.2.1'

  • Database initialization
rails db:create
rails db:migrate
  • How to run the test suite
rspec

model

  • user has many tasks
  • task belongs to user
  • task has many tags through tagging
  • tag has many tasks through tagging

task

  • content
  • end_at
  • priority
  • status

user

  • name
  • email
  • password
  • role

tag

  • name

ERD

Install graphviz to renew ERD after every rails db:migrate

brew install graphviz

The Newest ERD

ERD 12/03/18

About

5xRuby training

https://x5x.herokuapp.com

License:MIT License


Languages

Language:JavaScript 42.4%Language:CSS 30.5%Language:Ruby 22.4%Language:HTML 4.7%